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
basirve
Helper III
Helper III

Filter the row based on multiple columns are Blank in Power BI

10-7-2019 6-22-11 PM.png

 

1 ACCEPTED SOLUTION
v-lid-msft
Community Support
Community Support

Hi @basirve ,

 

How about the result after you follow the suggestions mentioned in my original post?

 

we can also create another measure using following measure and put into the Visual Filter, set the condition greater than 0 to meet your requirement.

 

AllBlank =
IF (
    ISBLANK ( [Col C] ) && ISBLANK ( [Col E] )
        && SUM ( 'Table'[Col D] ) = 0,
    1,
    0
)

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-lid-msft
Community Support
Community Support

Hi @basirve ,

 

How about the result after you follow the suggestions mentioned in my original post?

 

we can also create another measure using following measure and put into the Visual Filter, set the condition greater than 0 to meet your requirement.

 

AllBlank =
IF (
    ISBLANK ( [Col C] ) && ISBLANK ( [Col E] )
        && SUM ( 'Table'[Col D] ) = 0,
    1,
    0
)

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-lid-msft
Community Support
Community Support

Hi @basirve ,

 

We can just use the visual filter to meet your requirement:

 

14.PNG15.PNG

 


BTW, pbix as attached.

 

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.