Forum Discussion
Creating a dynamic matrix with same row and column names and calculated field values
- 6 years ago
To do this, you are likely going to need to make a second table that has your items column. You will use the one from first table in rows or columns and the new one in the other. This approach is explained on SQLBI as "Basket Analysis". Please see this pattern explained there. Note this is an older article from a time when the relationship filter arrows went the opposite direction.
https://www.daxpatterns.com/basket-analysis/
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To do this, you are likely going to need to make a second table that has your items column. You will use the one from first table in rows or columns and the new one in the other. This approach is explained on SQLBI as "Basket Analysis". Please see this pattern explained there. Note this is an older article from a time when the relationship filter arrows went the opposite direction.
https://www.daxpatterns.com/basket-analysis/
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
Hi mahoneypat thanks for the reply. That is exactly what I was looking for.
Seems like i was making it more complicated than it actually is.
Thanks for the help!
parry2k Thank you for the advise. I will keep it in mind the next time.