Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
I have created a matrix that shows in the rows the customer and related product purchased, and as values the number of products they have purchased So basically I have something like:
CUSTOMERS NUMOFPRODUCTS
Customer X 3
Product A 1
Product B 1
Product C 1
In my data I have a column with text values that shows the current status of a product. I would like to add this text in the matrix, but only show it at the product level, and not at the customer and total level. I want something like:
CUSTOMERS NUMOFPRODUCTS STATUS
Customer X 3
Product A 1 Delivered
Product B 1 Not Delivered
Product C 1 Not Delivered
However, if I simply put the column in the values, also the Customer X and Total levels of the matrix are filled. How can I solve this?
Thanks
Solved! Go to Solution.
I already solved it nevermind. It's a combination of isinscope and hasonevalue! It didn't come to my mind in the first place
This is a clever solution. Just what I needed. Thanks!
I already solved it nevermind. It's a combination of isinscope and hasonevalue! It didn't come to my mind in the first place
Just had the same issue. It works perfectly - Thanks!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.