Forum Discussion
jomask
1 year agoFrequent Visitor
separate values into columns
Hello community, I'm a new user of Power BI and would like to know how to move values from from column to additional columns that will contain only , closed, stand, none, enhanced values, see pictu...
- 1 year ago
Like this? Pbix file attached.
- 1 year ago
Hi, if you have space in Promoted Headers, you have to use #"Promoted Headers" as reference so replace Values step with this:
= List.Buffer(List.Sort(List.Distinct(#"Promoted Headers"[StateOfProceedingID])))