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
Anonymous
Not applicable

Show Matrix Total as 0

Hello,

 

I have a requirement in a matrix.

 

I am using 5 measures, Switched them as rows, and showing value for each month ( month is in column) & total.

 

Now out of the 5 , for 2 measures, I need to show Matrix Total ( Column total) as 0 and not the summation of all months in context.

 

Could you kindly help with the above..

 

Thanking in advance .

 

Swathi

 

 

@amitchandak @Greg_Deckler @tamerj1 @Sahir_Maharaj 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @Anonymous 

you can try

IF ( 

ISINSCOPE ( 'Date'[Month] ),

[Measure],
0

)

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@tamerj1  Thanks alot for the super quick response ..

 

It works 🙂 

tamerj1
Super User
Super User

Hi @Anonymous 

you can try

IF ( 

ISINSCOPE ( 'Date'[Month] ),

[Measure],
0

)

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.