Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
What my measure needs to do:
I need to calculate the cummulative total from the current month forward. However, I need this calculation to start at the latest value of the previous month of another separate measure.
March 2020 | X | Y | NeededMeauser |
April 2020 | 15 | ||
May 2020 | 22 | ||
June 2020 | 25 | 25 | |
July 2020 | 16 | 16 + ( 25 ) | |
Aug 2020 | 80 | 80 + ( 16 + 25 ) | |
Sep 2020 | 91 | 91 + ( 80 + 16 + 25 ) |
Will "current month" always be defined by the clock? IE on July 1st will you no longer consider the June numbers?
Also, when does it end? At the end of the year or at the end of your data?
I apologize, didn't see the last part there.
The data ends at the final date of the current filtered project. So, it is variable.
Yes, current month of TODAY()
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |