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 working with some sample Jira data, and trying to create a line chart that shows the changes in total Estimated Story Points, and Unestimated Story Points throughout a full quarter, running from 7/1 through 9/30. The sample data I'm working with only has data updates on 7/20, 7/21, 7/22, 7/25, 7/26, 7/28, 8/1, and 8/24, but I'm trying to get the line charts to start on 7/1, and display the last-updated totals through the end of the quarter.
Here's what I've been able to achieve so far:
Here are the two DAX measures I've used in the above visual:
Here's a view of the Date/Calendar table the above table is related to using the Update date:
Any help you can offer wold be much appreciated!
Solved! Go to Solution.
Hi @Benx,
You can use the calendar table as the axis of the chart, modify your formula to change the condition to 'less than or equal to' the current date values, and add +0 after the formula to expand calculations on the date ranges.
After these steps, you need to add an if statement package above formula to compare the current date and quarter to confirm these calculations are processed on the specific date ranges.
Regards,
Xiaoxin Sheng
Hi @Benx,
You can use the calendar table as the axis of the chart, modify your formula to change the condition to 'less than or equal to' the current date values, and add +0 after the formula to expand calculations on the date ranges.
After these steps, you need to add an if statement package above formula to compare the current date and quarter to confirm these calculations are processed on the specific date ranges.
Regards,
Xiaoxin Sheng
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |