Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I am trying to create relationships between my DateTable and 2 fact tables (Drivers & Session tables).
Currently I have relation between DateTable and Session using "Date Charging From" and another relation between Session and Drives using "DriverID" column.
Now I would need to create connection between DateTable and Drivers as well to have custom date hierarchy (weeks, etc.) applied for Drivers table.
Any suggestions how to avoid ambiguity in this model?
Thank you in advance!
Ivan
Solved! Go to Solution.
Hi, @IvanS
Create the DriverID dimension table, disconnect the id column of the original two fact tables, and then connect to the two fact tables respectively. When it comes to visual, just use the columns of the dimension table.
Best Regards,
Community Support Team _ Janey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
General guidance is that you should avoid connecting fact tables to other fact tables. Instead, both should be controlled by the common dimension table.
But how can I create visuals with the following scenarios?
- Trend line of charging sessions (using date table)
- Trend line of registered drivers (using date table)
- Charging sessions per driver
Do I need to create another table, e.g. calculated table of Drivers (with distinct values) which will be then connected separately?
Hi, @IvanS
Create the DriverID dimension table, disconnect the id column of the original two fact tables, and then connect to the two fact tables respectively. When it comes to visual, just use the columns of the dimension table.
Best Regards,
Community Support Team _ Janey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.