Forum Discussion
IF Custom Column Formula > 1.5
Hi,
I'm looking to replace all values in Actual Hours with the values in Scheduled Hours only if the value in Actual is > 1.5 times the size of the Scheduled value. Trying this> if[Actual Hours]*1.5>[Scheduled Hours]then[Actual Hours]=[Scheduled Hours] but getting token error at the end.
android1
That's perfect Eric. That is exactly what I needed. Thank you.
5 Replies
- AnonymousNot applicable
I think you need the else
if[Actual Hours]*1.5>[Scheduled Hours]then[Actual Hours]=[Scheduled Hours] else [Actual Hours]
HTH
Raven
- AnonymousNot applicable
Here is a resource that is free with a WEALTH of information - It is an Power Bi class on edx.org
https://courses.edx.org/courses/course-v1:Microsoft+DAT207x+1T2016/info
It has helped me with Power BI
Raven
- android1Post Patron
Hi,
Thanks for this. I'm getting False as my answers. Could it ba a formatting issue? My columns are in Decimal Number Format.
android1