Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I am bringing in a dataset, and in the query editor on ther data set I want the datetime field to be set to "Is Latest" I'm assuming that means only the rows with the latest datetime will be there. So in this case 8/17 11:32:53 would be the latest. When I choose "Is Lastest" from the filter arrow, it comes back blank. I'm not sure why because there is clearly data there.
Solved! Go to Solution.
Hello @Anonymous ,
try converting the column to date only instead of date time, i tried it and it filtered.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote For my Idea 💡
Proud to be a Super User! | |
Hello @Anonymous ,
try converting the column to date only instead of date time, i tried it and it filtered.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote For my Idea 💡
Proud to be a Super User! | |
I'm not really looking to get anything based on id. I just want the most current lines based on the datetime. So in the above screenshot, the lines that say 8/17/2023 11:32:53am is would I want to keep. In the filter drop down arrow, there is a selection for "Is Latest" date time filter, which I would think would keep the three latest lines. But when I select it, the table comes back empty.
Hello @Anonymous, if you are looking to get the latest date based on an ID, I'd advise to use a group by. In Power Query Editior, click on Group By your ID, once in the group by wizard, click on Advanced. In the aggregation part, add DateTime in the New column name, Max as the operation, and DateTime in the Column. Then click on Add aggregation and in the Operation, select all rows. I hope it works for you.
Thanks,
Abhinav
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.