Forum Discussion
Split a delimited cell value in PowerBI table visual
- 4 years ago
After doing the steps in Power Query, you could use pivot or Unpivot in Power Query :
Select the Columns, right click on ones :
At the end delete the Unused column(s), and use the rest in your visuals in Row
Hi,
For this purpose, you could split the column based on the Delimiter. Go to the power query, right-click on the particular column, and select Split ...
Then Enter the "|" in second field and press Ok button :
- Also you could use below DAX statement in Power Bi, when you want to create new columns :
- current_thing4 years agoFrequent Visitor
Thanks for the response. But I need to split a concatnated string into rows within visual
- MahyarTF4 years ago
Memorable Member
After doing the steps in Power Query, you could use pivot or Unpivot in Power Query :
Select the Columns, right click on ones :
At the end delete the Unused column(s), and use the rest in your visuals in Row