Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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]))
| User | Count |
|---|---|
| 15 | |
| 6 | |
| 6 | |
| 5 | |
| 5 |