Forum Discussion
Table.Pivot - Pivoted Column - dealing with duplicates
- 3 years ago
At step4) - "4) generalize the [Attribute] column into values containing either "Location" or "Count".",
if you split the column from non-digit to digit and leave both columns in place, you can do the Pivot with "Don't aggregate". There shouldn't be any errors at that point.
You can then sort out the datatypes, maybe remove columns and probably do a 'Group By' to get what you want
At step4) - "4) generalize the [Attribute] column into values containing either "Location" or "Count".",
if you split the column from non-digit to digit and leave both columns in place, you can do the Pivot with "Don't aggregate". There shouldn't be any errors at that point.
You can then sort out the datatypes, maybe remove columns and probably do a 'Group By' to get what you want