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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
bi_team_ru2
Frequent Visitor

measure cumulative total

good noon!

 

in a table, after VERY LONG calculation, exist measure MeasureTotal (sum of vere many columns ans measures)

and Measure MeasureTotalSum

MeasureTotalSum=CALCULATE('Table1'[MeasureTotal];ALLSELECTED('Table1'))

adding correctly

and i`m need the MeasureCumulativeTotal

writing 

MeasureCumulativeTotal =CALCULATE('Table1'[MeasureTotal];										                 
FILTER(ALLSELECTED('Table1');'Table1'[MeasureTotal]>=MAXX('Table1';'Table1'[MeasureTotal])

all, as in the example

but, 1.gifinstead of the expected result, i had some Unordered number.

how me changed the code to achive standart result?

2 REPLIES 2
Sean
Community Champion
Community Champion

@bi_team_ru2 If I understand what you are asking

 

You have Ranked some category say People based on the Total Net Sales whatever... over some time periods

 

And you want a Running/Cumulative Total Column BASED ON RANK not dates - to the right of your Total Net per Name Column

 

Running Total Question.png

What would really help is if you could put Measures on Rows in the Matrix...

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/10948962-matrix-measures-or-value...

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/9207006-matrix-collapse-expand-bu...

 

Post the solution if you find it.

You may have to create another table with the results and then use the - Filter(ALL(TableName), [Rank]<=MAX[Rank])

It won't let me use the Measure

 

 good noon, Sean!

The all measure - the result of a MANY Calculation. and column rank is a next

3.gif

used this column on a calculation - meaningless

 

mRank is Measure too, it`s result of the old (incorrect) idea.

then i`m calculate cumulative total based on this measure (Column mRank), on the result i had a column of 1 and variants <= or >= 2.gif

- don`t change the result

creating the variable MShare, i has non-normalising column of measure Share (multiply koef near 240)

This is a PROBLEM : standart example don`t take a result.

thank for idea and articles. if i`ll solved, nessesary writing result

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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