Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
Technically, a solution woulde be:
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.
Technically, a solution woulde be:
Check out the July 2025 Power BI update to learn about new features.