Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
Hi,
Need help in solving the below issue.
I have a data from January to decemeber but need to show only data till last month -1.
Example: the first table show's the total qty , when i calculated the cummulative total it is showing for dec also. I tried to filter out but is not now working.
Solved! Go to Solution.
@Anonymous ,
Try with date table like
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] <=maxx(date,dateadd(date[date]),-1,month)))
User | Count |
---|---|
87 | |
74 | |
69 | |
58 | |
55 |
User | Count |
---|---|
40 | |
38 | |
34 | |
32 | |
30 |