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.
I am running into an error in Power BI. It has to do with a field in my dataset. This is the error message i am 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."
Has anyone encountered an error like this?
Solved! Go to Solution.
Hi @Anonymous ,
The reason for the error is because there is something wrong with your data type, please check your data type.
As the error message suggests, Consider using the VALUE or FORMAT function to convert one of the values."
Please refer to the similar posts:
Solved: Error DAX comparison operations do not support com... - Microsoft Power BI Community
Solved: DAX comparison operations do not support comparing... - Microsoft Power BI Community
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
The reason for the error is because there is something wrong with your data type, please check your data type.
As the error message suggests, Consider using the VALUE or FORMAT function to convert one of the values."
Please refer to the similar posts:
Solved: Error DAX comparison operations do not support com... - Microsoft Power BI Community
Solved: DAX comparison operations do not support comparing... - Microsoft Power BI Community
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please post your DAX query.