Forum Discussion
DAX comparison operations do not support comparing values of type Integer with values of type Text.
- 6 years ago
&& in place of
Email Not Sent Flag = IF( 'Time Entries'[Entry Contains Document Flag] = 0 && 'Time Entries'[Entry Starts With Greeting Flag] = 1 || 'Time Entries'[Entry Starts With Greeting Flag] = 1 && 'Time Entries'[Email File Extension Flag] = 0 && 'Time Entries'[Entry Contains Document Flag] = 1 ,1,0)Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Connect on Linkedin
&& in place of
Email Not Sent Flag = IF(
'Time Entries'[Entry Contains Document Flag] = 0 && 'Time Entries'[Entry Starts With Greeting Flag] = 1
|| 'Time Entries'[Entry Starts With Greeting Flag] = 1 && 'Time Entries'[Email File Extension Flag] = 0 &&
'Time Entries'[Entry Contains Document Flag] = 1 ,1,0)
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Connect on Linkedin
- Anonymous6 years agoNot applicable
Thank you 🙂
+1
Stupid error on my behalf lol