Forum Discussion
How to measure two matrix from two table
- 5 years ago
Hi Anonymous ,
these are just two tables with an inactive Many to Many relationship.
Your data model should have dimension tables and fact tables.
Your two tables are fact tables, but you need dimension tables (date/calendar, route/destination) for filtering. These should have a 1 to many relationship to the fact tables.
Take a look here.
https://docs.microsoft.com/en-us/power-bi/guidance/star-schema
If you provide sample data, I can help you with the modeling.
This is my model view. I actually reference the Compare by Route to the Current
Hi Anonymous ,
these are just two tables with an inactive Many to Many relationship.
Your data model should have dimension tables and fact tables.
Your two tables are fact tables, but you need dimension tables (date/calendar, route/destination) for filtering. These should have a 1 to many relationship to the fact tables.
Take a look here.
https://docs.microsoft.com/en-us/power-bi/guidance/star-schema
If you provide sample data, I can help you with the modeling.
- Anonymous5 years agoNot applicable
Thank you very much.
I made the dimension table and use the dimension table for the row and matrix for the comparison and now my data as per intent.