The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I need help creating a new column in Power Query.
I have column named "Deviation. " with numeric values.
Id like to add a column next to it where:
Deviation >= 60 then 'Early'
Deviation <= -300 then 'Late'
Deviation >= -299 And Deviation <= 59 then 'On Time'
Thanks!
Solved! Go to Solution.
Solved using a conditional column.
Jus the the first two*
the 3rd case is not needed.