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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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().
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 40 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 96 | |
| 83 | |
| 36 | |
| 30 | |
| 25 |