Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi.
I have a requirement wherein I have a slicer containing months.
I want to display a KPI containing cumulative total for the selected month.
Any help would be appreciated.
Regards,
Ashlesha
Solved! Go to Solution.
@Anonymous , something like this with date table
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(all(date),date[date] <=max(date[Date])))
@Anonymous , something like this with date table
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(all(date),date[date] <=max(date[Date])))
Thanks for the solution.
Regards,
Ashlesha
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |