Forum Discussion
If Statement
- 8 years ago
Hi dskeane
Have you considered creating a calculated column that incorporates that logic?
And then you can create simple measures over the new column.
This will get me on the right track, however I am running into an issue with the error in the screen shot. T&M is coming from another colum not related to my formula?
- dskeane8 years agoHelper I
LaborBilling Data Type:Text Format:Text
- dskeane8 years agoHelper I
Nevermind, oversite on my end. I should have been using another colum called calculatedlaborttl this has a decimal data type.
I am smooth sailing from this point on, thanks for the suggestion!
- Phil_Seamark8 years agoMicrosoft Employee
I think this is the problem. You have text in that column and you are trying to use a mathmatic operator with a text value.
You can extend your IF statement to only look for numeric values, or filter out the text from this column and convert the column to numeric.