Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi guys,
I have a rather simple data table structure like below:
ID | Assigned to | Phone Available |
1 | A | YES |
1 | A | YES |
2 | B | NO |
2 | B | YES |
3 | C | NO |
3 | C | NO |
I need to remove duplicate but i need to keep record with YES if the record also has a NO (i.g. ID2 with B in the case here)
Desired output:
ID | Assigned to | Phone Available |
1 | A | YES |
2 | B | YES |
3 | C | NO |
May I know how to achieve the result above in Power Query? Or if there is any way to remove duplicate after importing from Power Query?
I have tried a method by creating an additioanl column named "sort" when phone column = yes then 1 else 2, after that I sort it ascending and remove duplicate, but the result return for ID 2 is still NO. The reason I believe is the Power Query still sorting from the source using Phone Available then the column I created.
I have also searched on the forum and google but none of the method works.
Any tips are much appreciated!
Thank you guys
Solved! Go to Solution.
Hi! I have the following data entered:
In Power Query, I sorted Phone descensding so that all the Yes are above all the No. I then added an index column, and then removed duplicates on ID. VIOLA! It keeps the first instance in the list which will be Yes because of the sorting and indexing.
Proud to be a Super User! | |
Hi! I have the following data entered:
In Power Query, I sorted Phone descensding so that all the Yes are above all the No. I then added an index column, and then removed duplicates on ID. VIOLA! It keeps the first instance in the list which will be Yes because of the sorting and indexing.
Proud to be a Super User! | |
Works like a charm. Thank you so much for the help!
You're very welcom, happy to help! Have a great weekend!
Proud to be a Super User! | |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
76 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |