Forum Discussion
Anonymous
7 years agoNot applicable
DAX comparison operations do not support comparing values of type Text with values of type Integer
I facing the error for newly created columns. Total_Review_Not_Blocked = IF('4-all_daily_companies_review_listing'[Total_Review_Moderated]=1 && '4-all_daily_companies_review_listing'[is_blo...
- 7 years ago
The first thing is to check the data type of all the columns in the DAX formulas:
[Total_Review_Moderated]
[is_blocked]
[is_overridden]
[Total_Review_Not_Blocked]
[company_id_captured]They should all be a number
- Anonymous7 years ago
Thanks, solved.
HotChilli
Community Champion
7 years agoThe first thing is to check the data type of all the columns in the DAX formulas:
[Total_Review_Moderated]
[is_blocked]
[is_overridden]
[Total_Review_Not_Blocked]
[company_id_captured]
They should all be a number
- Anonymous7 years agoNot applicable
Thanks, solved.
- Anonymous4 years agoNot applicable
Thanks it worked 🙂