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.
Hi,
On power query I have timestamp values (Datetime). First of all I want to dynamically filter this and remove any value before today's date. What would be the way to do this?
The second part that I want to do is, find the maximum value of these time stamps, convert this datetime to date and later use this to filter my callender table on Power Query so that the maximum value in the callender table is the maximum value in my timestamps.
Solved! Go to Solution.
To get the max time stamp into a variable like this do the following:
I always use dynamic date tables this way. See this article - seems to be exactly what you are doing.
Creating a Dynamic Date Table in Power Query
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingTo get the max time stamp into a variable like this do the following:
I always use dynamic date tables this way. See this article - seems to be exactly what you are doing.
Creating a Dynamic Date Table in Power Query
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingJoin 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.