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
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |