Forum Discussion
All years cumulative
- Anonymous2 years ago
Hi M_SBS_6
You can refer to the following solution.
Sample data
Create a measure
Measure = CALCULATE(SUM('Table'[app_value]),'Table'[App_date]<=MAX('Table'[App_date]),ALLSELECTED('Table'))Then put the measure to the visual
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I understand you correctly, you mean you want to see the cumulative value for january of all years aggregated together? Like below...
Sample Data on the Left
Cumulative aggregated by month for all years on the Right
- M_SBS_62 years agoHelper V
Hi CoreyP @ yes, that's exactly right. If you would be so kind to share how you got to this, that would be great thank yo
- Anonymous2 years agoNot applicable
Hi M_SBS_6
You can refer to the following solution.
Sample data
Create a measure
Measure = CALCULATE(SUM('Table'[app_value]),'Table'[App_date]<=MAX('Table'[App_date]),ALLSELECTED('Table'))Then put the measure to the visual
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.