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
sajarac
Helper III
Helper III

KPI Donut Chart

Hello Community.

I had to stop doing some PowerBI reports for almost 2 years and it seems like I have to start from the beginning again.

 

Anyway.

 

I have a silly question and I would like to get an advice.

 

I have this visual KPI donut.

and It gives me a number like 1500000%

 

So I need first to fix that value, and second I need that number to be the percentaje over the total of my column.

I mean. Let's see I have a column name GrossPound.

I have a Measure = 

TotalGrossPounds = SUM('Database'[GrossPounds])
 
That is my single value.
But in my Database I have a column products
Product A
Product B
Product C
Product D
And the grosspounds is the sum of all those products
 
I want that visual to show only the percentage from product B compared with the sum of Products.
 
Make sense?
 
Thanks in advance for any help.
 
Regards
1 ACCEPTED SOLUTION
FrankAT
Community Champion
Community Champion

Hi @sajarac ,

you can do it like this. Adapt the measure to your circumstances:

 

Percentage Measure =
DIVIDE(
    CALCULATE(SUM('Database'[GrossPounds]), Product = "B"),

    CALCULATE(SUM('Database'[GrossPounds]), ALL('Database'[Products])

)

 

With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)

View solution in original post

2 REPLIES 2
sajarac
Helper III
Helper III

You are absolutely rigth.

THANK YOU VERY MUCH!!

 

Fixed at the first try.

 

FrankAT
Community Champion
Community Champion

Hi @sajarac ,

you can do it like this. Adapt the measure to your circumstances:

 

Percentage Measure =
DIVIDE(
    CALCULATE(SUM('Database'[GrossPounds]), Product = "B"),

    CALCULATE(SUM('Database'[GrossPounds]), ALL('Database'[Products])

)

 

With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)

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.