Forum Discussion
PowerBIET
2 years agoFrequent 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 ...
- 2 years ago
Technically, a solution woulde be:
- 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 full outer join https://learn.microsoft.com/en-us/power-query/merge-queries-overview
Martin_D
2 years agoSolution Sage
Technically, a solution woulde be:
- 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 full outer join https://learn.microsoft.com/en-us/power-query/merge-queries-overview