Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I wanted to split the column if dash "-" exist more than once for each row and split it without spliting the first dash. Hopefully the below will make more sense:
Example column to be split:
Sample
Sample - Sample1
Sample - Sample1 - Sample2 - Sample3
Sample - Sample1
Sample - Sample1
Sample - Sample1 - Sample2
Column that needs to be created:
Sample
Sample - Sample1
Sample - Sample1
Sample - Sample1
Sample - Sample1
Sample - Sample1
Solved! Go to Solution.
@misiek5510 , First Use Split By Delimiter, and split on only 1st occurrence (Into two columns),
Then again split By Delimiter the second into rows
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
Hi !
@misiek5510
You Created Calculated Column Using Len and Left Functions
Here Attached the Ex Pic.I hope it Will help to You.
Thanks,
Thennarasu
@misiek5510 , First Use Split By Delimiter, and split on only 1st occurrence (Into two columns),
Then again split By Delimiter the second into rows
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
User | Count |
---|---|
83 | |
75 | |
72 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
52 | |
43 | |
42 |