We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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().
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 36 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 38 | |
| 34 | |
| 23 |