Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, I have a fairly simple task that I am trying to do.
I have multiple table in power query. But one of the table has 30mil rows of data. I do not need that many data to be pulled in to report.
I need only rows that have todays date.
Does anyone know how I can filter that table. I cant find anything that would work in the toolbar.
Thanks.
Solved! Go to Solution.
Pull the arrow down on your Date column and in Date Filters choose "Is Latest". Depending on your data source, it may "fold" back to your source and return data quickly (vs. loading all 30M rows and then filtering).
Pat
Do you know if
= Table.SelectRows(#"Changed Type", each ([Date] = DateTime.Date(DateTime.LocalNow())))
Would also work with query folding? Just thinking filter by latest would pull yesterdays results if no data was entered today?
Pull the arrow down on your Date column and in Date Filters choose "Is Latest". Depending on your data source, it may "fold" back to your source and return data quickly (vs. loading all 30M rows and then filtering).
Pat
Do you know if
= Table.SelectRows(#"Changed Type", each ([Date] = DateTime.Date(DateTime.LocalNow())))
Would also work with query folding? Just thinking filter by latest would pull yesterdays results if no data was entered today?
I will give it a try.
It looks like it worked.
Is it going to filter tomorrow for tomorrows date only?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.