Forum Discussion
Anonymous
3 years agoNot applicable
Doubt in Matrix
Hello Team, I have a scenario where i need to show only the categories which has values otherwise the category should not be shown also the category should automatically appear if we get any valu...
amitchandak
3 years agoSuper User
Anonymous , That should be the default behavior.
Create this measure and check this is not blank in the visual level filter
calculate([measure], filter(allselected(Table), Table[Category] = max(Table[Category])))