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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply

Modelling with Multiple Date Tables

Hello PBI experts,

 

I am modelling data that flows through a process over multiple days. All the transactional tables are linked together through UUIDs so that I can track the product going through the process. I have created 5 date tables for each transactional table (each process has a transactional table).  

KatieFarrand12_0-1707907495959.png

 

 

Now I am trying to create an overview page of everything that happned in a specific day. For example in the above picture, I want to be able to filter on day 2 and see everything that went through process 1, process 2 & process 3 on that day. 

 

My plan was to create a "Master Date" table and link the 5 date tables to the Master table. 

 

But because of the relationships between the transactional tables, it is not allowing me to do that as it will bring ambiguity into my model.

 

I'm thinking I need to load the transactional tables into my model again, with no relationships, and link these tables to the master date table. But my model is already huge, I wanted to know if there is a better way?

 

Thank you,

Katie

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Use a single Date table but keep it disconnected or with inactive relationships. Then use TREATAS or USERELATIONSHIP in your measures as needed.

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

Use a single Date table but keep it disconnected or with inactive relationships. Then use TREATAS or USERELATIONSHIP in your measures as needed.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors