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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
PowerBIET
Frequent Visitor

Scrape text into columns from Website

I need help to get Domestic and International Carriers with airlines into 2 different columns from this public website Passenger Airlines.  I am using the Web data source connector.  PBIX Link 

1example.png

1 ACCEPTED SOLUTION
Martin_D
Super User
Super User

Technically, a solution woulde be:

  1. Create a query loading the red list into a table with one column
  2. Create another query loading the green list into a table with one column
  3. In each of the two tables add an index column
  4. Join both tables on the index column using full outer join https://learn.microsoft.com/en-us/power-query/merge-queries-overview 

View solution in original post

2 REPLIES 2
welpix-uae
New Member

Here are the steps that you can follow:

Create a query loading the red list into a table with one column.
Create another query loading the green list into a table with one column.
In each of the two tables, add an index column.
Join both tables on the index column using a full outer join.

Martin_D
Super User
Super User

Technically, a solution woulde be:

  1. Create a query loading the red list into a table with one column
  2. Create another query loading the green list into a table with one column
  3. In each of the two tables add an index column
  4. Join both tables on the index column using full outer join https://learn.microsoft.com/en-us/power-query/merge-queries-overview 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors