Reply
avatar user
Anonymous
Not applicable

Percentage of Total

How can I calculate the percentage of a row value out of the total of the column of said value, with the total of the column being absolute and not changing relative to filters or fields? The normal SUM function calculates the total, but changes depending on the date or any other filter. 

2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

 

A measure like this should help

 

=SUM(Data[Amount])/CALCULATE(SUM(Data[Amount]),ALL(Data))


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
avatar user
Anonymous
Not applicable

Not exactly, but I found the problem, my domain was not continuous and so any sum measure would just add it per category and not progressively.

avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)