Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
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:
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.