Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Below is the sample data
ID | DOB | Ethnicity | |
1 | 01/01/2018 | British or Mixed | aa.aol.com |
1 | 01/01/2018 | Other Mixed | |
2 | 02/05/2015 | British or Mixed British | |
2 | 02/05/2015 | Mixed British | xx.bt.com |
2 | 02/05/2015 | British or Mixed British | xx.bt.com |
3 | 01/06/2012 | Other Mixed |
ww.bt.com |
3 | 01/06/2012 | ww.bt.com | |
4 | 01/01/2011 | White and Asian |
|
4 | 01/01/2011 | White and Asian |
|
I want the output as
ID | DOB | Ethnicity | |
1 | 01/01/2018 | British or Mixed | aa.aol.com |
2 | 02/05/2015 | Mixed British | xx.bt.com |
3 | 01/06/2012 | Other Mixed |
ww.bt.com |
4 | 01/01/2011 | White and Asian |
I have a table with duplicates and once I remove the duplicates I want to make sure records that have email addr is not deleted. any advise is greatly appreciated.
Solved! Go to Solution.
Hi @uc ,
Multi-select (Ctrl+click) [ID] and [DOB].
On the Home tab, go to Group By.
In the aggregate columns section at the bottom, create two aggregate columns as follows:
New column name: Ethnicity
Operation: Max
Column: Ethnicity
New column name: Email
Operation: Max
Column: Email
This gives me the following output:
Pete
Proud to be a Datanaut!
Hi @uc ,
Multi-select (Ctrl+click) [ID] and [DOB].
On the Home tab, go to Group By.
In the aggregate columns section at the bottom, create two aggregate columns as follows:
New column name: Ethnicity
Operation: Max
Column: Ethnicity
New column name: Email
Operation: Max
Column: Email
This gives me the following output:
Pete
Proud to be a Datanaut!
It works!! Thanks a lot 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
30 | |
26 | |
24 | |
13 | |
10 |
User | Count |
---|---|
24 | |
23 | |
18 | |
12 | |
9 |