Forum Discussion
Anonymous
5 years agoNot applicable
Only show data for todays date in Power Query
Hi Experts
How can i load and only show data for today's date i.e. 17/06/21, then tomorrow for only 18/06/21 and so on... I want to do this in power query if possible of best possib;e solution
Here is my column with the date in - in power query
You can use DateTime.LocalNow()). See the post below for details.
https://community.powerbi.com/t5/Power-Query/Filter-by-Today-s-date-in-Power-Query/td-p/825538
2 Replies
- Shahfaisal
Solution Sage
You can use DateTime.LocalNow()). See the post below for details.
https://community.powerbi.com/t5/Power-Query/Filter-by-Today-s-date-in-Power-Query/td-p/825538
- AnonymousNot applicable
many thanks sir..