Hi Everyone,
I'm new in Power Query and find it interesting to do the automation with reports. I'm not sure if this was asked, but I hope someone can help me with my scenario.
I created a connection in a folder. The folder will append all .xls files pasted in it (I plan to add files every week).
How can I clean the data that will only show/retain rows with the latest status of a ticket? (if it has been closed or not)
I'm hoping to get the most efficient way to do this as the data may exceed more than a million rows since it will be a running report.
I appreciate any help you can provide.
I'm new in Power Query and find it interesting to do the automation with reports. I'm not sure if this was asked, but I hope someone can help me with my scenario.
I created a connection in a folder. The folder will append all .xls files pasted in it (I plan to add files every week).
How can I clean the data that will only show/retain rows with the latest status of a ticket? (if it has been closed or not)
Ticket num | Open Date | Closed Date |
100111 | 5/1/2021 | |
100323 | 5/5/2021 | 5/19/2021 |
100551 | 5/5/2021 | |
100111 | 5/1/2021 | 5/5/2021 |
100551 | 5/5/2021 | 5/15/2021 |
I'm hoping to get the most efficient way to do this as the data may exceed more than a million rows since it will be a running report.
I appreciate any help you can provide.