Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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?
Any help much appreciated!
cheers
Ness
Solved! Go to 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.
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.
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
Please see the attached pbix for the details.
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.