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.
Try with date table like
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] <=maxx(date,dateadd(date[date]),-1,month)))
Try with date table like
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] <=maxx(date,dateadd(date[date]),-1,month)))
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
190 | |
69 | |
67 | |
60 | |
55 |
User | Count |
---|---|
195 | |
103 | |
90 | |
81 | |
75 |