Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Dear Experts,
Can you please guide me if the below data model is correct.
i am considering to make a GALAXY schema with two fact tables.
As per my understanding both Fact tables cannot be joined.
Thank you for your guidance.
Galaxy schemas work when your fact tables share common dimensions. Currently you have nothing in common between the tables.
Have a read of https://www.sqlbi.com/articles/header-detail-vs-star-schema-models-in-tabular-and-power-bi/ which gives you how to structure it.
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 32 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 82 | |
| 66 | |
| 42 | |
| 27 | |
| 25 |