Hi,
Can any one help me on this issue i am creating a column to write the expression. i am getting the below error.
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.
Below is my expression
If(glidepath[Test_Pack]=0,VALUE(glidepath[R_Sprint_name] & " " & glidepath[test_cycle_type]),glidepath[Test_Pack])