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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.