This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
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?
Solved! Go to Solution.
It's because in OITW[AvgPrice]="", [AvgPrice] is a number and "" is text.
Try OITW[AvgPrice]=BLANK().
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
It's because in OITW[AvgPrice]="", [AvgPrice] is a number and "" is text.
Try OITW[AvgPrice]=BLANK().
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 38 | |
| 29 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 30 | |
| 25 | |
| 24 |