Forum Discussion
Anonymous
5 years agoNot applicable
Removing duplicates based on Date
I am facing an issue with how i am removing the duplicates from the below set of data in Power Query What i am trying to do is pick the last price change transaction from a set of data. In the b...
- 5 years ago
Anonymous , Create s separate data column
date only = DateTime.Date([Date])
And the use group by and take max on of the columns that are not needed in group by
amitchandak
5 years agoSuper User
Anonymous , Create s separate data column
date only = DateTime.Date([Date])
And the use group by and take max on of the columns that are not needed in group by