This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi
I have a table which I'm trying to deduplicate using the group function, example of the data is below, simplified as there are alot of columns:
| Source ID | AP Number | Date Created |
| ID_123 | AP_987 | 01/01/2023 |
| ID_123 | AP_654 | 01/02/2023 |
I've geoupled by the Source ID and used Max for the created date to get the most recent row, however when I expand the columns out again, it's pulling in all the dulicate rows again, rather than just the ones selected using the group function:
Is there way to only expand the rows which have then been fltered out using the group function as i's causing some issues with the reporting?
could you pls provide some sample data and expected output?
Proud to be a Super User!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 28 | |
| 28 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 39 | |
| 33 | |
| 24 | |
| 23 |