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

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

Reply
WTAS80486
Helper IV
Helper IV

hide rows with 0 if all other columns are blank

I am using this calculation

 

DT=
var _DT=CALCULATE(SUM(Table [Hours]),Table[Date(Start)]>=MIN('ReadingDate'[Reading Date]), Table[Date(Start)]<=MAX('ReadingDate'[Reading Date]))
return
IF(ISBLANK(_DT),0,_DT)
 
To populate 0 if blank, but this is also pulling those rows which have all other fields blank
 
Ankita80486_1-1661807945852.png

 

How can i exclude these rows from display


 

 
 
1 ACCEPTED SOLUTION
Chew_WenJie
Resolver III
Resolver III

Hello, i think you can try to select is not blank at the advanced filtering of either Run Hours or Total Hours column

Chew_WenJie_0-1661820001919.png

 

hope this can help you.

 

View solution in original post

2 REPLIES 2
Chew_WenJie
Resolver III
Resolver III

Hello, i think you can try to select is not blank at the advanced filtering of either Run Hours or Total Hours column

Chew_WenJie_0-1661820001919.png

 

hope this can help you.

 

@Chew_WenJie Thanks!

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.