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])))
dufoq3
1 year agoCommunity Champion
Like this? Pbix file attached.
jomask
1 year agoFrequent Visitor
Thank you
- dufoq31 year agoCommunity Champion
You're welcome.
- jomask1 year agoFrequent Visitor
Hello,
When I add the step "Values" it says "expression error:the name 'PromoteHeaders' wasn't recognised. Make sure you spelled correctly..... but my step before is "Promoted Headers"... How did you make step *Values"?
- dufoq31 year agoCommunity Champion
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])))