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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
NessFlood
Regular Visitor

Date table relationship with multiple dates in one table

I have created a date table and thought I could link it to multiple date fields in another table but it appears I can't.  The CBR-Report table has multiple FC date columns (forecast) and I'm wanting to create a date slicer that would apply to all those date fields at the same time.

 

I'm wondering if I have to split out the CBR report into multiple tables for SAQ,, SAT etc which have their own FC date columns?

 

NessFlood_0-1752813413836.png

Any help much appreciated!

cheers

Ness

1 ACCEPTED SOLUTION

Hi @NessFlood , Thank you for reaching out to the Microsoft Community Forum.

 

Power BI can’t directly apply one slicer to multiple different date columns in the same table through relationships alone. The workaround is to unpivot those date columns into a single Date column (with another column for Date Type like SAQ_FC, SAT_FC, etc.) in Power Query. This way, you can create one relationship from the unpivoted Date column to your Date table and your slicer will naturally filter all forecast dates at once, since they now live in a single column instead of being split apart.

 

If restructuring the model isn’t an option, you can keep the relationships inactive for each date field and build separate measures using USERELATIONSHIP, then combine those measures in visuals. While this works, it won’t give you a truly unified slicer experience,unpivoting remains the only tidy, model-friendly way to have one slicer drive all those dates together.

View solution in original post

4 REPLIES 4
v-hashadapu
Community Support
Community Support

Hi @NessFlood , Thank you for reaching out to the Microsoft Community Forum.

We find the answer shared by @danextian   is appropriate. Can you please confirm if the solution worked for you. It will help others with similar issues find the answer easily.
Thank you.

danextian
Super User
Super User

Hi @NessFlood 

You can create only one active relationship between two tables. The additional relationships will be deemed inactive which can be invoked by using USERELATIONSHIP function in a measure.  In the screenshot below, the ones with broken lines are inactive. Please read this: Active vs inactive relationship guidance 

danextian_0-1752817107444.png

danextian_1-1752817139599.png

Please see the attached pbix for the details. 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Hi there

 

How does this help me create a date slicer? 

 

I want to be able to apply a date filter to my report that returns all the FC dates (forecasted dates) for multiple tasks.

 

cheers

Vanessa

Hi @NessFlood , Thank you for reaching out to the Microsoft Community Forum.

 

Power BI can’t directly apply one slicer to multiple different date columns in the same table through relationships alone. The workaround is to unpivot those date columns into a single Date column (with another column for Date Type like SAQ_FC, SAT_FC, etc.) in Power Query. This way, you can create one relationship from the unpivoted Date column to your Date table and your slicer will naturally filter all forecast dates at once, since they now live in a single column instead of being split apart.

 

If restructuring the model isn’t an option, you can keep the relationships inactive for each date field and build separate measures using USERELATIONSHIP, then combine those measures in visuals. While this works, it won’t give you a truly unified slicer experience,unpivoting remains the only tidy, model-friendly way to have one slicer drive all those dates together.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 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.

Top Solution Authors
Top Kudoed Authors