Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
Has anyone done something similar to my problem? I have a matrix table made by dimDate year and month for the upcoming 16 months starting from the current month.
Column overdue - its cases those deadline was in the past. Therefore, it is overdue and my table shows the overall count of them.
Due cases - its cases those deadline is in the future based on the deadline having a single relationship between dimdate table and my fact table deadline.
Availability - Static value meaning how many cases my team is able to handle
My methodology is shown in the attached table while predicted overdue can be negative.
Year | Month | Overdue | Due | Availibility (Static value) | Predicted Overdue |
2023 | 9 | 34 | 54 | 80 | |
2023 | 10 | 23 | 80 | (34+23)-80 | |
2023 | 11 | 35 | 80 | (34+23+35)-80 | |
2023 | 12 | 65 | 80 | (34+23+35+65)-80 | |
2024 | 01 | 43 | 80 | (34+23+35+65+43)-80 | |
2024 | 02 | 75 | 80 | (34+23+35+65+43+75)-80 |
Solved! Go to Solution.
Hi @miracle2023,
I've prepared the calculated columns which produce the same output as your screen print.
I've first added a helper column below:
Then, used that helper column in the dax formula for calculated column which produces your required result.
The pbix file is saved under the following link:
Hi @miracle2023,
I've prepared the calculated columns which produce the same output as your screen print.
I've first added a helper column below:
Then, used that helper column in the dax formula for calculated column which produces your required result.
The pbix file is saved under the following link:
Thank you very much for your help!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
11 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
11 |