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! Request now
I am trying to add a calculated column using this formula: If([Carrier]="B","V",if([Carrier]="B","V","E")). However, Power BI indicates there is some type of error in the formula:
Solved! Go to Solution.
The Formula is incorrect.. In Power Query it works differently, like below.
=if([Column2]) = "Check" then "Yes" else "No"
Instead of adding a Calculated Column , add a Conditional column and add required clause.
The Formula is incorrect.. In Power Query it works differently, like below.
=if([Column2]) = "Check" then "Yes" else "No"
Instead of adding a Calculated Column , add a Conditional column and add required clause.
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.