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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.