Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I'm creating a visual page in PowerBI. I want to create a measure that'll take:
and split it using the "|" delimeter, which would create 2 rows. How can I do this? Thank you!
Solved! Go to Solution.
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 :
Thanks for the response. But I need to split a concatnated string into rows within visual
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
78 | |
58 | |
36 | |
33 |
User | Count |
---|---|
93 | |
59 | |
58 | |
49 | |
42 |