Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
Solved! Go to Solution.
Hi @Anonymous
you can try
IF (
ISINSCOPE ( 'Date'[Month] ),
[Measure],
0
)
Hi @Anonymous
you can try
IF (
ISINSCOPE ( 'Date'[Month] ),
[Measure],
0
)
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |