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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
jonbox
Helper II
Helper II

Extract content from rows

Hi, 

 

I'm trying to extract and duplicate rows based on the content of a particular column;

I'm not sure how i can achieve this... I've tried using the extract functionality but this doesn't seem to work...

The below table is what my data currently looks like:

 

Exception IDException NameRelated Issues
Ex-1Example 1

Issue-0001

Issue-0002

Issue-0003

Ex-2Example 2

Issue-0004

Issue-0005

 

This is what i want it to look like. You can see the related issues have been extracted and the rows duplicated.

 

Exception ID

Exception NameRelated Issues
Ex-1Example 1Issue-0001
Ex-1Example 1Issue-0002
Ex-1Example 1Issue-0003
Ex-2Example 2Issue-0004
Ex-2Example 2Issue-0005

 

Any help would be much appreciated!

 

Thank you!

1 ACCEPTED SOLUTION
ddpl
Solution Sage
Solution Sage

@jonbox try below

1.First replace the blank value with null value by selecting both the column.

2.Second select both the column and fill down the data as per below snap.

 

ddpl_1-1669809576229.png

 

 

 

View solution in original post

1 REPLY 1
ddpl
Solution Sage
Solution Sage

@jonbox try below

1.First replace the blank value with null value by selecting both the column.

2.Second select both the column and fill down the data as per below snap.

 

ddpl_1-1669809576229.png

 

 

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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