Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I need to remove dublicates from my grouped data. But how?
Thanks in advance
Solved! Go to Solution.
Hi @Anonymous
Another way is to filter rows according to Werk column string length after grouping. Duplicated rows have longer strings than others.
= Table.SelectRows(#"Grouped Rows", each Text.Length([Werk])<=4)
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Text.Combine(List.Distinct([Werk]))
Hi @Anonymous
Best way is to select column 1 and column 2 before group by and remove duplicates.
Thanks
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 15 | |
| 14 | |
| 14 | |
| 10 | |
| 8 |