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
In the star schema shown below, it was possible to make one of the fact tables bidirectional in order to link the fact tables without the key of the master table. However, as the number of data and parameters increases, the calculation of the Power BI measure becomes very heavy. I would like to know how to deal with this problem.
thank you very much.
Solved! Go to Solution.
@Anonymous , bi- directional join means if any filter that impacts fact will also recalculate dimension values on use on-page.
This means all slicers will be filtered based on any change.
refer if needed
https://www.sqlbi.com/articles/bidirectional-relationships-and-ambiguity-in-dax/
@Anonymous , bi- directional join means if any filter that impacts fact will also recalculate dimension values on use on-page.
This means all slicers will be filtered based on any change.
refer if needed
https://www.sqlbi.com/articles/bidirectional-relationships-and-ambiguity-in-dax/
I understand. It is unavoidable that the filters between these fact tables become heavy.
Thank you for answering.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!