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.
Dear all,
I want to connect 3 tables but suffer from time range from one table, that can only linked with column 'ID'.
Table Date is generated from Autocalendar.
Table Range has a Start and End time with corresponding ID.
Table Score has the columns ID and the Score.
Goal is to combine three tables in in a Table view like this:
A relationship between ID is possible, but the relationship between date and date range (start and end) is not possible. I can only choose Start or End dates to build a relationship, but that will result in an incomplete table.
Do you have a smart DAX solution?
Best regards,
Cornelis
Solved! Go to Solution.
Hi,
With DAX, i'd suggest building a Bridge table and have it connected with Score Table.
Dear @MasonMA ,
That is a massive solution, easy to create and avoiding memory use in Power BI. I fully agree with @v-menakakota that this is an interesting topic and a good learning point.
Hi,
In Power Query, you can create another column with each cell showing each date which falls within a range. This way each row of start and end date will explode into multiple rows. The you can create a relationship with the Calendar table. This is broadly how it is done in Power Query
={Number.From(start)..Number.From(End)}
Hi @Ashish_Mathur ,
Thank you for your support. Yes, with Power Query , you can multiple observation in table "Range". That is more a Query than a DAX solution. Creating multiple rows from a time range has been advised earlier in this forum.
Best regards,
Cornelis
Hi @CornelisV
Thanks for reaching out to the Microsoft fabric community forum.
I would also take a moment to thank @MasonMA , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
I hope the below details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you
Best Regards,
Community Support Team
Hi,
With DAX, i'd suggest building a Bridge table and have it connected with Score Table.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.