We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
I have 2 numeric measures that are used as columns in my report matrix visual. I need a third measure that will check both for 0, and if and only if both are 0, set to True.
Thanks!
Solved! Go to Solution.
@Anonymous ,
if([M1]=0 && [M2] = 0 , true(), false() )
Works perfectly - thank you sir!
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
20 | |
14 | |
11 | |
5 |