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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
SW_Srinivas
Frequent Visitor

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 @SW_Srinivas 

you can try

IF ( 

ISINSCOPE ( 'Date'[Month] ),

[Measure],
0

)

View solution in original post

2 REPLIES 2
SW_Srinivas
Frequent Visitor

@tamerj1  Thanks alot for the super quick response ..

 

It works 🙂 

tamerj1
Super User
Super User

Hi @SW_Srinivas 

you can try

IF ( 

ISINSCOPE ( 'Date'[Month] ),

[Measure],
0

)

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

Top Solution Authors