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! Learn more
hello,
I have this matrix visual:
behind the ETIM class category I have the following measure, to hide the subtotals:
any hints how I could fix this?
thank you
Solved! Go to Solution.
Try it like this instead.
ETIM class category for matrix =
IF (
    ISFILTERED ( globalproduct[ETIM_class] ),
    MAX ( globalproduct[ETIM_class_cat] ),
    BLANK ()
)Or maybe use HASONEVALUE.
ETIM class category for matrix =
IF (
    HASONEVALUE ( globalproduct[ETIM_class] ),
    MAX ( globalproduct[ETIM_class_cat] ),
    BLANK ()
)
Try it like this instead.
ETIM class category for matrix =
IF (
    ISFILTERED ( globalproduct[ETIM_class] ),
    MAX ( globalproduct[ETIM_class_cat] ),
    BLANK ()
)Or maybe use HASONEVALUE.
ETIM class category for matrix =
IF (
    HASONEVALUE ( globalproduct[ETIM_class] ),
    MAX ( globalproduct[ETIM_class_cat] ),
    BLANK ()
)
hi, thanks, the hasonevalue version fixed it! I tried the MAX solution before, and interestingly what happens is that the subtotal does not disappear when I use MAX and I filter out not blanks of the total sellout:
But HASONEVALUE is giving the required outcome! THANK YOU!
 
					
				
				
			
		
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.
 
            | User | Count | 
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |