Forum Discussion

ftorres's avatar
ftorres
Icon for Helper I rankHelper I
7 years ago

Cumulative and blank

I'm trying to solve a problem with cumulative and blank result.

 

I've created a measure and it is working ok but when I change the context and I have some blank between the result it doesn't work properly.

 

Planned Value BAC = SUM(Budget[budget_rev])


BAC cummulative new = CALCULATE([Planned Value BAC],FILTER(ALLSELECTED(Budget),Budget[account_period] <= MAX(Budget[account_period])))

 

2 Replies