The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello All,
I'm trying to create a cumulative measure that is based off two other measures. The normal DAX pattern that I use for Cumulative totals is not working.
I started with this measure to capture completed story points over the past 90 days:
Can anyone suggest a solution to produce an actual cumulative result for the daily story points completed?
Thank you for the help!!!
Solved! Go to Solution.
I think the issue is that the base measure "90 Days Complete" is always returning a value for "today".
If you modify that to give 90 days from the latest date in the filter context it should get a bit further.
I would also have thought for a cumulative total you'd need a SUMX over dates in your last measure but I might be mis understanding what output you're wanting.
Thanks for weighing in bsdobbs!
I'm trying to dynamically calculate the total story points completed, going back 90 days from today. I'm then trying to take that value to calculate the avg. story points completed by day, over the past 90 days. Third, I'm trying to then take the daily avg. value to create a cumulative sum of the daily avg.
It works like a dream! I hereby declare you as my hero of the day!
Thank you!
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
10 | |
10 | |
10 | |
9 |