Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have two matrix. One is a current and one is base.
I want to get the percentage differences betwen the curent and base filter by route/destination.
Both of the table have relationship with Month as the user can select month to check the differences
I use this formula for the differences
VAR __BASELINE_VALUE = SUM('Compare by Route'[Revenue])
Solved! Go to Solution.
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.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi @Anonymous ,
can you post a screenshot of the modelview.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
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.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
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.
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!
| User | Count |
|---|---|
| 102 | |
| 79 | |
| 57 | |
| 51 | |
| 46 |