Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
how can I create conditional column based on column Division where if the value between 0 and 1 put value 1 and if the value between 2 and 3 put value 3 and so on ?
Solved! Go to Solution.
NewStep=Table.AddColumn(PreviousStepName,"Custom",each Number.RoundUp([Division]))
NewStep=Table.AddColumn(PreviousStepName,"Custom",each Number.RoundUp([Division]))