Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi All,
could someone please help me on the below requirement.
i have 2 excel files which has some common data and additional data in both files which are not matching.i want to get the data from both files as single file without duplicate data.could some one please suggest how can i get the data without duplicates from both the files.
Regards,
Anita
Solved! Go to Solution.
Hello Anita,
You can use the inner merge option in Power Query Editior combined with remove duplicates.
Let me know if you have any more questions.
Thanks,
Abhinav
Hi @AnithaM
Just as @AbhinavJoshi said that you can use merge queries or append queries in Power Query.
Here is a link about how to work with duplicate values:
Working with duplicate values - Power Query | Microsoft Learn
Or you can try to use SUMMARIZE() function to delete duplicate values:
SUMMARIZE function (DAX) - DAX | Microsoft Learn
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @AnithaM
Just as @AbhinavJoshi said that you can use merge queries or append queries in Power Query.
Here is a link about how to work with duplicate values:
Working with duplicate values - Power Query | Microsoft Learn
Or you can try to use SUMMARIZE() function to delete duplicate values:
SUMMARIZE function (DAX) - DAX | Microsoft Learn
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello Anita,
You can use the inner merge option in Power Query Editior combined with remove duplicates.
Let me know if you have any more questions.
Thanks,
Abhinav
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
109 | |
100 | |
95 | |
38 | |
37 |
User | Count |
---|---|
151 | |
126 | |
75 | |
74 | |
57 |