Forum Discussion
Group By Power Query Not Working Properly
- Anonymous6 years ago
I found out what the problem was. In Power Query, uppercased and lowercased letters are considered to be different, however, in Power BI, there are the same. That's why it appeared in Power BI table view as duplicates and group by didn't work on Power Query. After standardizing them, it worked correctly.
Thanks.
Daren
Hi Anonymous
are you sure its exactly the same items?
did you try trim it before grouping?
do not hesitate to give a kudo to useful posts and mark solutions as solution
- Anonymous6 years agoNot applicableHi az38
Although I didn't trim them, but I believe they should be the same because I did a count for duplicates and sorted them ascending. If the count is 2 it means the first two rows of the sorted table would be the same.
Daren- Anonymous6 years agoNot applicable
I found out what the problem was. In Power Query, uppercased and lowercased letters are considered to be different, however, in Power BI, there are the same. That's why it appeared in Power BI table view as duplicates and group by didn't work on Power Query. After standardizing them, it worked correctly.
Thanks.
Daren