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.
Could you please help me with the formula for 'IF' IF ( Table[Column1] = TRUE (), 1, 0 ) I've tried several times but no success.
I need a new varaible:
if 'change planned' = true, then 'New CM'
if 'change planned = false, then 'CM'
Many thanks!! 😊
Solved! Go to Solution.
Hi @Erika16 ,
Here is the solution😎...
Hi @Erika16 ,
Here is the solution😎...
@Erika16 Maybe:
IF ( Table[Column1] = "TRUE", 1, 0 )
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
19 | |
12 | |
9 | |
5 |