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 facing the error for newly created columns.
Power BI return with this error msg: DAX comparison operations do not support comparing values of type Text with values of type Integer
Anyone can solve this issue?
Solved! Go to Solution.
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
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
Thanks it worked 🙂
Thanks, solved.
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
7 |
User | Count |
---|---|
21 | |
20 | |
11 | |
10 | |
7 |