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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
bouyazbekj
Helper I
Helper I

Help with IF function

Hello,

 
I am having a hard time getting this IF function to work.
 
Column  = IF(OITW[AvgPrice]="",OITW[StockValue]/OITW[OnHand],OITW[AvgPrice])

 

Essentially, what I need this column to do is if there a value in the AvgPrice column, use that value otherwise take the StockValue column and divide by the OnHand column.

 

All columns are in number format. and here is the error that I'm getting.

 

 DAX comparison operations do not support comparing values of type Number with values of type Text. Consider using the VALUE or FORMAT function to convert one of the values.

 

What am I doing wrong or is there a way a create this column in Power Query Editor? 

 
1 ACCEPTED SOLUTION
Aron_Moore
Solution Specialist
Solution Specialist

It's because in OITW[AvgPrice]="", [AvgPrice] is a number and "" is text.

 

Try OITW[AvgPrice]=BLANK().

View solution in original post

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @bouyazbekj ,

By my tests, the suggestion of Aron_Moore is helpful.

If you have solved your problem, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

If you still need help, please share your data sample which could reporduce your scenario and your desired output so that we could help further on it.

Best  Regards,

Cherry

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Aron_Moore
Solution Specialist
Solution Specialist

It's because in OITW[AvgPrice]="", [AvgPrice] is a number and "" is text.

 

Try OITW[AvgPrice]=BLANK().

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.