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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Solution Authors
Top Kudoed Authors