Forum Discussion
Anonymous
1 year agoNot applicable
DAX comparison issue troubleshooting
Hello Power BI comunity, I am trying to refresh my data in report but I am keep getting the same error: I did everything I can and I can't find the source of my problem, which column is...
Anonymous
1 year agoNot applicable
Hi Anonymous,
DAX comparison operations do not support comparing values of type Integer with values of type Text. Consider using the VALUE or FORMAT function to convert one of the values.
This usually means somewhere in your model (possibly a calculated column, measure, or relationship), you're comparing two columns or values of different data types.
But one of them is text (e.g., "123") and the other is numeric (e.g., 123).
Regards,
Vinay