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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

Top Solution Authors