Hi
I have derived columns in azure data flow for one derived column i wrote a expression as case statement case(or(Salary == 0 , Salary <20000) , 'Low',
or(Salary >= 20001 , Salary < 40000),'Medium',
Salary >= 40001 ,'High')
for this expression i am not getting High for greater than...
Attachments:
You must be
logged in to view attached files.