March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello All,
I have a scenaio where I have list of projects and their various updates on certain days. I want to keep just the rows with the latest updates. I have to accomplish this in Power Query editor because i will be using this dataset for a Paginated report. Below is the sample input and output: (I can do this by creating measures and writing DAX, but i have to do this in Power query)
Project | Update date | Comment |
A | 05-04-2023 | asd |
A | 07-04-2023 | zxc |
A | 10-04-2023 | qwe |
B | 03-03-2023 | cvb |
B | 09-04-2023 | dgg |
C | 08-04-2023 | rfre |
Output | ||
Project | Update Date | Comment |
A | 10-04-2023 | qwe |
B | 03-03-2023 | cvb |
C | 08-04-2023 | rfre |
Hi,
This is how i've done it:
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
87 | |
86 | |
75 | |
49 |
User | Count |
---|---|
164 | |
149 | |
101 | |
73 | |
56 |