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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.