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
I have created a matrix with several measures.
When all measures are '0' I do not want the line the appear in the matrix.
Is this possible and if so how?
Solved! Go to Solution.
Hi @Anonymous
One option (albeit perhaps a bit cumbersome) would be to create a measure like this:
ShowMeasure = IF ( [Measure_1] =0 &&
[Measure_2] =0 &&
[Measure_3] =0 &&
// All the other measures here, same pattern
[Measure_N] =0,
1)
and then place the measure in the visual level filters of your visual and select 'Show items when value:' is not 1
Hi @Anonymous
One option (albeit perhaps a bit cumbersome) would be to create a measure like this:
ShowMeasure = IF ( [Measure_1] =0 &&
[Measure_2] =0 &&
[Measure_3] =0 &&
// All the other measures here, same pattern
[Measure_N] =0,
1)
and then place the measure in the visual level filters of your visual and select 'Show items when value:' is not 1
HI @AlB thanks indeed that should work. So probably no easy setting for this is possible in the visual itself but solve it via measures.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 47 | |
| 44 |