Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
simonjervis
New Member

Trouble Joining Time Periods Between Fact Tables

Screenshot 1.pngScreenshot 2.pngI 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?

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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. 🙂 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.