This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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().
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 |
|---|---|
| 32 | |
| 26 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 43 | |
| 28 | |
| 24 | |
| 22 |