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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.