Forum Discussion
matrix table
- 6 years ago
Hi gtamir,
I have mentioned above, you didn't use Category field from new table. You could refer to my design on your sample
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi gtamir,
Because some records not exist in table, if you want to show it in Matrix, you need to create a table and use this in Matrix. You need to create table like below
Table = VALUES(Sales[Product Category])
Then create relationship like below
Create a measure like below
Measure = IF(MIN(Sales[ID]),"true", "false")
Then you will get the result like below
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- gtamir6 years agoPost Patron
dax thanks. why only the TRUE shows in my case?
Also, the ID is the Customer ID not product Category ID.
Giora
- dax6 years agoCommunity Support
Hi gtamir,
Did you try my suggestions? Because the blank cell in Matrix don't exist in your table, you can't calculate based on these cells. You need to create a related table to link to original table, then when you use it in Matrix, you could calculate on it.
In your image, you didn't use Category field from new table. You could try to follow my suggestions to use it, then it should work.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- gtamir6 years agoPost Patron
I did create a table and also created a measure. I changed the name of the field to customer ID that I'd like to see next to the name.
https://drive.google.com/file/d/1jTTnq8SbV6B_50h6X-pNgBIuGhXfYlI3/view?usp=sharing