Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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 )
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |