Forum Discussion
SJ25
4 years agoResolver I
If statement not working after publishing
I have a simple calculated column as mentioned below: Status_1 IF(Table[MaxDate] = BLANK(), "Uncf", IF(Today() > Table[MaxDate], "PD", "Not PD")) I use this to create a simple table showing ...
Anonymous
4 years agoNot applicable
Hi SJ25 ,
Power BI Service uses UTC time, please add or subtract the corresponding time difference in your formula and check again.
An hour = 1/24
Best Regards,
Jay