Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

How to make no data rows invisible?

In a report, I wish I can hide those rows without data in them.

 

For example,

 

Toronto   Server_A    num_1 num_2  num_3

If num_1,num_2 and num_3 are zeros, then this row will be hidden.

 

How to make it?

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @Anonymous 
You can create flag measure like:
flag = if([num1]=0 &&([num2]=0&&([num3]=0,0,1)

and then use this measure as a visual filter 
flag = 1

please see the solution of @v-rzhou-msft in the linked discussion including the sample file:
https://community.fabric.microsoft.com/t5/Desktop/Hide-Rows-in-Table-Matrix/m-p/3255654

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

 

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

1 REPLY 1
Ritaf1983
Super User
Super User

Hi @Anonymous 
You can create flag measure like:
flag = if([num1]=0 &&([num2]=0&&([num3]=0,0,1)

and then use this measure as a visual filter 
flag = 1

please see the solution of @v-rzhou-msft in the linked discussion including the sample file:
https://community.fabric.microsoft.com/t5/Desktop/Hide-Rows-in-Table-Matrix/m-p/3255654

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

 

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.