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
I have Matrix table with 3 measures
| Abc | 120 |
| NNN | 0 |
| Xyz | 50 |
i need to reomve row NNN with 0 value
Please advice me to sort this
Thanks
Hi,
Write this measure. Measure1 is the measure that returns 120,0 and 50:
=IF(ISBLANK([Measure1]),BLANK(),[Measure1])
Hope this helps.
Hi @Anonymous ,
I'm afraid this is not achievable, currently, it is not supported to hide/show row conditionally based on values.
Best regards,
Yuliana Gu
Hi,
You could use the filter pane to filter the values.
Either by using basic filtering and remove the value or use the advanced filtering and remove the row when the value is 0.
Its not allow to do filtering,
i think all are mesures
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 |
|---|---|
| 84 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |