Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello everybody!
I have two columns. A text column with different colors in it and a number column with values.
When i build the IF function there is the error message:
Can not use expressions that return the variant data type to define computed columns.
IF-Funtion:
= IF(table1[COLOR]="BLACK";table1[VALUE]*(-1);table1[COLOR])
I tried many different opportunities and i cant find the answer.
With kind regards
Jonas
Solved! Go to Solution.
Hi everybody!
I solved the problem on my own.
Instead of writing *(-1) in the IF function, write a new measure with "-1".
The new IF function than is:
= IF(table1[COLOR]="BLACK";table1[VALUE]*([Measure];table1[COLOR])
With kind regards
Jonas
Hi everybody!
I solved the problem on my own.
Instead of writing *(-1) in the IF function, write a new measure with "-1".
The new IF function than is:
= IF(table1[COLOR]="BLACK";table1[VALUE]*([Measure];table1[COLOR])
With kind regards
Jonas
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!