Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I have 3 fact tables ('Budget', '3+9' and 'Actual') that each contain values by 'Period'.
I have created a measure to calculate the cumulative sum of values by period in each table, and they are working fine.
BUT... when I try and put them both onto the same chart, whichever one I don't have the 'Period' field dragged into Axis just shows the grand total (not a cumulative by period).
I have no link between the periods in my three fact tables. Does anyone have any advice on how I can resolve?
Solved! Go to Solution.
@simonjervis , Hope period is coming from a common table on axis as well as in measure formula
example using a date table
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] <=max(date[Date])))
all cumulative measure should use common period table
@simonjervis , Hope period is coming from a common table on axis as well as in measure formula
example using a date table
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] <=max(date[Date])))
all cumulative measure should use common period table
Thank you @amitchandak I created a table that contained period number, and used it to link the 3 fact tables, and as you suggested, referenced this period field in all cumulative calculations and the chart itself. Thank you for your help! I had been going round in circles for hours. 🙂
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 21 | |
| 21 | |
| 21 | |
| 20 | |
| 12 |
| User | Count |
|---|---|
| 58 | |
| 53 | |
| 39 | |
| 30 | |
| 26 |