Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 30 | |
| 26 | |
| 25 |