Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
ThomasWeppler
Impactful Individual
Impactful Individual

How do I make more rows after each ,

Hi Power BI community

 

I have a table with leader ids. Sometimes a row has a single id and othertimes it multiple ids split by ","

Like this.

 

ThomasWeppler_0-1715609464480.png

I want to add a new row each time I have a "," so no row has more than a single number.
Is this possible?

 

1 ACCEPTED SOLUTION
HotChilli
Community Champion
Community Champion

split column by delimiter, using ","  as delimeter. Click the 'To rows' option

View solution in original post

4 REPLIES 4
smpa01
Community Champion
Community Champion

@ThomasWeppler add a new column with Text.Split([Column],',') and then exapnd to new rows


========================
Did I answer your question? Mark my post as a solution!
Proud to be a Super User
My Custom Visualization Projects
• Plotting Live Sound: Live Sound
• Beautiful News: Women in Parliament, Energy Mix, Shrinking Armies
• Visual Capitalist: Working Hrs
• Others: Easing Graph, Animated Calendar
MayViz Submissions
• Week 1: View
• Week 2: View
• Week 3: View
========================

Thanks @smpa01 
I wnet with @HotChilli  solution, but I am sure your solution would have worked as well 🙂

HotChilli
Community Champion
Community Champion

split column by delimiter, using ","  as delimeter. Click the 'To rows' option

Thanks @HotChilli 
Your solution was super easy to impliment and worked like a charm.

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors