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

Hide Zero Values in Matrix

Hi Everyone,

 

How to hide column with zero values? Seen couple of forums here and found nothing that works in my case. I even filter on page visual.

 

My measure on total is:

Totals = [Op Bal Interim Transactions] +
CALCULATE(
    [Journal Lines Total] ,
    FILTER(
        ALLSELECTED( Dates),
        Dates[Date] <= MAX( Dates[Date])
    )
)

Appreciated your help on this.

 

 

01.PNG02.PNG

2 REPLIES 2
amitchandak
Super User
Super User

@rbalza , Try like

Totals =
var _1 = [Op Bal Interim Transactions] +
CALCULATE(
[Journal Lines Total] ,
FILTER(
ALLSELECTED( Dates),
Dates[Date] <= MAX( Dates[Date])
)
)

return if(_1= 0, blank(), _1)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

not working 😞 Appreciate your help.

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!

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.