cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Jolyon
Helper III
Helper III

how to present data as Percent of grand total(near cathegory description)?

Hello,

could someone help me please with my question?

I have vizualized my data in a diagramm as here in the example, but I need to present the numbers  in percents of grand total (near cathegory descriptions) , i.d. Bikes(2%), Auto(3%), Tracks(88%) etc. Is there some function in Power BI for presenting the percents near description?

 

Percent.png

Any idea?

Thanks a lot!!

1 ACCEPTED SOLUTION
Vvelarde
Community Champion
Community Champion

hi @Jolyon

 

you can do it this with Quick Calc in the column in Values

 

Sin título.png




Lima - Peru

View solution in original post

3 REPLIES 3
Vvelarde
Community Champion
Community Champion

hi @Jolyon

 

you can do it this with Quick Calc in the column in Values

 

Sin título.png




Lima - Peru

thanks @Vvelarde!

that was exactly what I looked for)

 

regards,

Jolyon

v-qiuyu-msft
Community Support
Community Support

Hi @Jolyon,

 

It seems that you are using a pie chart visual to display the data, right?

 

In your scenario, you can create a measure to return the percentage value for each category, then place this measure in chart Values property. Change Label Style as Both. See:

 

percentage = DIVIDE(SUM(DimSalesTerritory[SalesTerritoryKey]),CALCULATE(SUM(DimSalesTerritory[SalesTerritoryKey]),ALL(DimSalesTerritory)))

 

q3.PNGq1.PNGq2.PNG

 

 

Best Regards,
Qiuyun Yu

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

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors