Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Transform to %

Hi team, 

My datasource is Sharepoint

  1. When i create a Card - I cannot get the below to pull through as a %.
  2. I have 3 columns with Audit Scores, how can i add a column and get an average

 

jhaldane1975_0-1624379419412.png

 

 

 

1 ACCEPTED SOLUTION
v-yiruan-msft
Community Support
Community Support

Hi @Anonymous ,

Which field or measure you are applying on the card visual? You can select that field or measure and set the Format as Percentage in Column tools or Measure tools ribbon just as shown in below screenshot.

yingyinr_1-1624519747867.png

Percents and decimals in visual – Power BI

What's the calculation logic of average? Is that for the average of AuditScore1,AuditScore1 and AuditScore3 just as the field Averge of below table? If yes, you can create a measure as below to get the average:

Items AuditScore1 AuditScore2 AuditScore3 Calculation logic Average?
Item01 80 76 92 =(80+76+92)/3 82.66667
Item02 78 84 68 =(78+84+68)/3 76.66667
Item03 98 89 96 =(98+89+96)/3 94.33333
Average = DIVIDE(SUM('Table'[AuditScore1])+SUM('Table'[AuditScore2])+SUM('Table'[AuditScore3]),3,0)

yingyinr_2-1624520391000.png

Otherwise, please provide some sample data (exclude sensitive data) and your expected result with specific examples and calculation logic. Thank you.

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yiruan-msft
Community Support
Community Support

Hi @Anonymous ,

Which field or measure you are applying on the card visual? You can select that field or measure and set the Format as Percentage in Column tools or Measure tools ribbon just as shown in below screenshot.

yingyinr_1-1624519747867.png

Percents and decimals in visual – Power BI

What's the calculation logic of average? Is that for the average of AuditScore1,AuditScore1 and AuditScore3 just as the field Averge of below table? If yes, you can create a measure as below to get the average:

Items AuditScore1 AuditScore2 AuditScore3 Calculation logic Average?
Item01 80 76 92 =(80+76+92)/3 82.66667
Item02 78 84 68 =(78+84+68)/3 76.66667
Item03 98 89 96 =(98+89+96)/3 94.33333
Average = DIVIDE(SUM('Table'[AuditScore1])+SUM('Table'[AuditScore2])+SUM('Table'[AuditScore3]),3,0)

yingyinr_2-1624520391000.png

Otherwise, please provide some sample data (exclude sensitive data) and your expected result with specific examples and calculation logic. Thank you.

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

To transform to %, select the column and on Column tools (top menu) click on the % icon

Raymundo2910_0-1624389412336.png

To get the average, I would suggest creating a measure instead: Audit_Score_Avg = AVERAGE(SUM(AuditScore1) + SUM(AuditScore2) + SUM(AuditScoreN))

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.