Forum Discussion
Problem with GROUP BY for Duplicates
- 8 years ago
Hi imani_tech,
Made a small CSV file with the same fields as you have:
UserDelegatePermissions
A AA AAA A AA BBB A AA BBB B BB AAA C CC AAA C CC BBB C CC CCC C CC CCC As you can see I have repeated items, then made the grouping in Query editor and the result gives the duplicate in the count rows:
Are you already getting the information from the CSV or from the SQL that you had in your previous post?
Regards,
MFelix
Thanks for the response. I'm actually supposed to complete this project within Power BI, since the data source is a .csv file. However, I imported the .csv into SQL Server just to confirm that I'm doing the right thing.
If you upload the CSV file to PBI and do what you were doing you should get the correct result.
Regards,
MFelix
- imani_tech8 years agoFrequent Visitor
It should work but it isn't.
- MFelix8 years agoSuper User
Hi imani_tech,
Made a small CSV file with the same fields as you have:
UserDelegatePermissions
A AA AAA A AA BBB A AA BBB B BB AAA C CC AAA C CC BBB C CC CCC C CC CCC As you can see I have repeated items, then made the grouping in Query editor and the result gives the duplicate in the count rows:
Are you already getting the information from the CSV or from the SQL that you had in your previous post?
Regards,
MFelix
- imani_tech8 years agoFrequent Visitor
I created a new query and followed your steps again. It worked! Thank you such much.