The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I am creating a matrix, i have 5 tables to connect and create a matrix out of it.
the common column between these tables is the Product Column.
I want to show the Product names on ROWS and all other other KPIs such sales amount , misc expenses, new customer that in the 5 different tables in COLUMNS.
additional i need a dropdown that will slice the matrix based on City wise.
how to achieve this ? thanks for the help.
Solved! Go to Solution.
Hello @Ohboy_991 ,
so what you need to do is that you need to have a product table that has the unique products and link this table into the other tables that have the data.
this is a star schema data model, check it out https://learn.microsoft.com/en-us/power-bi/guidance/star-schema
Proud to be a Super User! | |
Hello @Ohboy_991
You can create Product Table using UNION DAX (combine all product Id or name from all the table)
Connect the product table using following connections
once done. Use Matrix visualization
Put Product in Rows and KPIs in value section.
I can not comment about City as I am not aware how its related to your current data model
Thanks and Regards,
Sayali
Please mark the question solved when done and consider giving a thumbs up if posts are helpful!!
Proud to be a Super User!
Hello @Ohboy_991
You can create Product Table using UNION DAX (combine all product Id or name from all the table)
Connect the product table using following connections
once done. Use Matrix visualization
Put Product in Rows and KPIs in value section.
I can not comment about City as I am not aware how its related to your current data model
Thanks and Regards,
Sayali
Please mark the question solved when done and consider giving a thumbs up if posts are helpful!!
Proud to be a Super User!
Hello @Ohboy_991 ,
so what you need to do is that you need to have a product table that has the unique products and link this table into the other tables that have the data.
this is a star schema data model, check it out https://learn.microsoft.com/en-us/power-bi/guidance/star-schema
Proud to be a Super User! | |
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
109 | |
78 | |
67 | |
52 | |
50 |
User | Count |
---|---|
121 | |
119 | |
77 | |
62 | |
61 |