Forum Discussion
Tony2021
Apr 30, 2025Iron Contributor
Pivot Not Grouping
Hello Experts, I am trying to group a simple data set. I have 2 Columns: Deposits and Withdrawals I need to Group on SWAP. It doesnt group for some reason. Do you see why its not gro...
- Apr 30, 2025
The problem is that some of the "SWAP " have a space after the word and others do not
I did a Find & Replace to remove the extra space and refresh the table and it worked perfectly:
SergeiBaklan
Apr 30, 2025Diamond Contributor
If creating PivotTable you add data to data model (if you are on Windows)
texts will be trimmed automatically while loading to data model, thus no additional actions are required
Tony2021
Apr 30, 2025Iron Contributor
Nice tip. thank you!