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 August 31st. Request your voucher.
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 |
---|---|
26 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |