The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Dear Community,
Hope you're doing ok! I have the following problem. I would like to have a matrix visualization, where the rows has to show BU (Buiness Unit) and the Columns to show risk code (after that i will add the values).
However, when i do it i got the following message, which i understand as i don't have relationship between both tables (both of them used as primary keys).
Here's my data model below. I tried to make the Risk code and Agings relationship "both". Same with the BU and BU lookup table, but doesn't seem to work. Can you please help me establish relationship between the 2 tables?
All due repect,
Atanas
Solved! Go to Solution.
ah, interesting one. You may need to add the values before it will recognize the relationship, which in your data model is a tricky relationship as it goes through the BU and SalesInvoiceNumber tables, so depending on what your value is, and if the cross filter directions and relationships work with that value.
Try adding this measure to the values and see what happens as a starting point:
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
ah, interesting one. You may need to add the values before it will recognize the relationship, which in your data model is a tricky relationship as it goes through the BU and SalesInvoiceNumber tables, so depending on what your value is, and if the cross filter directions and relationships work with that value.
Try adding this measure to the values and see what happens as a starting point:
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
When added the values it worked!
Thank you so much Allison!
Take care,
Atanas