Hi All,
I have a question regrading using Filters in DAX.
IPA = FILTER('Database','Database'[CT]= 60 && 'Database'[DD] = 1)
DAX comparison operations do not support comparing values of type Text with values of type Integer. Consider using the VALUE or FORMAT function to convert one of the values.
Can someone help me with it?
Thank you.
I have a question regrading using Filters in DAX.
IPA = FILTER('Database','Database'[CT]= 60 && 'Database'[DD] = 1)
DAX comparison operations do not support comparing values of type Text with values of type Integer. Consider using the VALUE or FORMAT function to convert one of the values.
Can someone help me with it?
Thank you.