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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
NewbieJono
Post Partisan
Post Partisan

Percentage of row total - in line grapth

Hello all - I have a trend with M and F lines showing numbers on a month by month basis.

 

i would like to show the precentage split instead of the numbers. I can do this using a matrix table and slecting "show as percentage of row total". however this is not available on my line chart. only show as percentage of coloumn total.

 

is there any dax i can use to solve this for my line chart.

 

here are my current outputs

 

Capture.PNG

please ignore the date ordering of my matrix table!

 

Thanks all

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Joelraj08_1-1681989428896.png

% count = CALCULATE(COUNT(Employee[EmplID]))/CALCULATE(COUNT(Employee[EmplID]),ALL(Gender))
Hope this Dax will help.

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Joelraj08_1-1681989428896.png

% count = CALCULATE(COUNT(Employee[EmplID]))/CALCULATE(COUNT(Employee[EmplID]),ALL(Gender))
Hope this Dax will help.

 

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors