Forum Discussion
No correspondence between table information
- 4 years ago
That's not a data model - they usually expect dimension tables and fact tables with 1:* relationships, ideally resulting in a snowflake layout. If you have multiple fact tables then they should be controlled via dimensions, and not by each other.
Can you decide which of your tables are dimensions and which are facts?
Hi AlexisPREVOT ,
You can convert your data model into a star model or a snowflake model.
Star Schema vs Snowflake Schema
https://debbiesmspowerbiazureblog.home.blog/2020/06/17/power-bi-models-snowflake-to-star-schema/
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous and lbendlin ,
Thank you for your answers.
I'm going to try to do the star schema but I feel like I only have fact tables so I'm going to have to try transforming them to make it work.
Thank you again for your help