Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Jonas_Jonas
Frequent Visitor

Datatype variant

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

1 ACCEPTED SOLUTION
Jonas_Jonas
Frequent Visitor

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

View solution in original post

1 REPLY 1
Jonas_Jonas
Frequent Visitor

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

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors