Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
97 | |
65 | |
45 | |
39 | |
31 |
User | Count |
---|---|
164 | |
111 | |
61 | |
53 | |
38 |