Join 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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Iam getting data from two data sources one is folder and other one is website, i want to merge the two data sources and remove the duplicates.
Solved! Go to Solution.
In Power Query you want to Append the data. That will put one table on top of the other into one long table. That will require all column names be exactly the same before you do the append operation - including same case. . Then when done, just remove the duplicates by clicking on the little table button in the far upper left of the table.
Note that Power Query is case sensitive, so make sure the data is the same case. If you have Apple and APPLE in the column, Power Query will not see those as duplicates. You might want to transform everything to lower or upper case.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting@Anonymous
You can either use Merge or Append, depends how you want to combine them, merge is like join in SQL.
Paul Zheng _ Community Support Team
@Anonymous
You can either use Merge or Append, depends how you want to combine them, merge is like join in SQL.
Paul Zheng _ Community Support Team
In Power Query you want to Append the data. That will put one table on top of the other into one long table. That will require all column names be exactly the same before you do the append operation - including same case. . Then when done, just remove the duplicates by clicking on the little table button in the far upper left of the table.
Note that Power Query is case sensitive, so make sure the data is the same case. If you have Apple and APPLE in the column, Power Query will not see those as duplicates. You might want to transform everything to lower or upper case.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingJoin the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.