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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Percentage values of of a column instead of grand total

I would like to get a % of each month to sum up to 100% instead of grand total.

 

What I have now:

01.png

When I change from numbers to % I have like this:

02.png

 

But I would like to have like this:

03.png

 

How can I get to this?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous ,

 

You want overall %

divide([measure], calculate([measure], allselected())

 

or

for legend column

divide([measure], calculate([measure], filter(allselected(Table), Table[Legend column] = max(Table[Legend column] ))))

 

or

 

 

for legend month year

divide([measure], calculate([measure], filter(allselected(Table), Table[month year] = max(Table[month year] ))))

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous ,

 

You want overall %

divide([measure], calculate([measure], allselected())

 

or

for legend column

divide([measure], calculate([measure], filter(allselected(Table), Table[Legend column] = max(Table[Legend column] ))))

 

or

 

 

for legend month year

divide([measure], calculate([measure], filter(allselected(Table), Table[month year] = max(Table[month year] ))))

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
Anonymous
Not applicable

Thank you, it's working!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.