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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Filter rows with blanks

This may be a very easy fix, but I'm strugling.

 

Here is the link to pbix

https://1drv.ms/u/s!AumyvtVXEve9jMBCAtpnN8EoNd3dKQ

 

I just don't want to see rows, where there is no value. Thanks in advance

 

2019-01-28_16-33-08.jpg

1 ACCEPTED SOLUTION

@Anonymous

 

Ok.try with this

 

1 or 2 =
IF (
    ISBLANK ( [Sum of Sales] ) && ISBLANK ( [Sum of Sales2] ),
    BLANK (),
    IF ( [Sum of Sales] - [Sum of Sales2] > 0, 1, 2 )
)



Lima - Peru

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @Anonymous

 

In the Visualizations tab- > Fields Tab-> Right click your object/ column and unselect the "Show items with no data" option.

 

Show No data.PNG 

 

Thanks
Raj

Anonymous
Not applicable

@AnonymousThat does not work, did you open the pbix?

@Anonymous

 

Hi, if you remove "1 or 2 measure" this rows dont be show it.

 

Regards

 

Victor

 




Lima - Peru
Anonymous
Not applicable

@VvelardeYes, but I need that, so I can put Traffic Light icon there. Otherwise yes, it would not show.

@Anonymous

 

Ok.try with this

 

1 or 2 =
IF (
    ISBLANK ( [Sum of Sales] ) && ISBLANK ( [Sum of Sales2] ),
    BLANK (),
    IF ( [Sum of Sales] - [Sum of Sales2] > 0, 1, 2 )
)



Lima - Peru

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors