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.
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!