The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
14 | |
12 | |
7 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
13 | |
7 | |
5 |