The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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().
User | Count |
---|---|
69 | |
67 | |
62 | |
48 | |
28 |
User | Count |
---|---|
113 | |
80 | |
65 | |
55 | |
43 |