Forum Discussion
smattix
5 years agoNew Member
Transform Data Types and Calculated Fields
Good Morning! I am an avid Tableau user and am comparing Tableau vs PowerBI for a project that leadership has given me. I need some help with changing Data Types and calculated fields. I've i...
Anonymous
5 years agoNot applicable
You're on the right track, just need to fix the syntax:
= each if DateTime.FromText([Response Time]) < DateTime.FromText([Due Time]) then "On Time" else "Late"
--Nate
smattix
5 years agoNew Member
Does this have to be done in Desktop? or is there some Online view where I can do it there?