Forum Discussion
vijaykumarj19
Microsoft Employee
5 years agoCumulative total for no data
attribute value x1 12 x2 22 x3 31 x4 0 x5 0 cummulate total CALCULATE( SUM(Table[value]), FILTER( ALLSELECTED(table[attribute]]), ...
amitchandak
Super User
5 years agovijaykumarj19 , Try if this can work
CALCULATE(
SUM(Table[value]),
FILTER(
ALLSELECTED(table[attribute]]),
ISONORAFTER(table[attribute] , MAX(table[attribute]) , DESC) && Table[value] >0
))
vijaykumarj19
Microsoft Employee
5 years agoValue i have is a measure