Forum Discussion
Anonymous
5 years agoNot applicable
Cumulative Total on a Calculated Measure where data is not null With in a specific Data range
Hi Gurus, Need a help on below, I ned to caluculate Cumulative Total on a Calculated Measure per each Category and Country wher the data is not null With in a specific Data range In the below e...
- 5 years ago
Please try this measure:
Measure 2 = CALCULATE(SUMX(FILTER('Table',COUNTROWS(FILTER('Table','Table'[Category]=EARLIER('Table'[Category])&&'Table'[Country]=EARLIER('Table'[Country])&&'Table'[Date]>=EARLIER('Table'[Date])))),[Measure]))
If the problem persists,could you share the sample pbix with dummy data?
Anonymous
5 years agoNot applicable
Hi Anonymous
Is the screenshot showing the result of current measure? Can you provide some sample data in a format we can copy?