The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |