Forum Discussion
Anonymous
5 years agoNot applicable
Filter by last modified on duplicate rows
Hi everyone! I have a question that I'm trying to fix. I imported raw data from my CRM tool and when opening the columns, the Leads' lines were being duplicated as in the example below. The data I...
- 5 years ago
Hi Anonymous ,
yo have to add a column to your existing table with the following formula:
Table.Last( [Count] )
v-lionel-msft
Community Support
5 years agoHi Anonymous ,
The "Group by " feature can't help you ?
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.