Forum Discussion
Power BI Project Management
- 4 years ago
&& works but the message i have is "DAX comparison operations do not support comparing values of type Text with values of type Date. Consider using the VALUE or FORMAT function to convert one of the values."
I am unable to use the new column for any visualization.
Best,
Yeboah
My Bad here is the single column code updated
PastDueCheck= if([end]<=today() and ([Project Status]<> "Completed" or [Project Status]<> "Cancelled"), "Past Due-Check")Use the above code and confirm,
If this post helps, then please consider accepting it as the solution to help the other members find it more quickly.
Regards,
Atma.
Same error.
- Dhacd4 years agoResolver III
Apologied,
Can you use && instead of and
|| instead of ORPastDueCheck= if([end]<=today() && ([Project Status]<> "Completed" || [Project Status]<> "Cancelled"), "Past Due-Check")
And try this code.If this post helps, then please consider accepting it as the solution to help the other members find it more quickly.
Regards,
Atma.- Ykankam4 years agoHelper I
&& works but the message i have is "DAX comparison operations do not support comparing values of type Text with values of type Date. Consider using the VALUE or FORMAT function to convert one of the values."
I am unable to use the new column for any visualization.
Best,
Yeboah
- Dhacd4 years agoResolver III
Thanks,
can you mark my post as a solution? That would be a help.
Regards,
Atma.