User Profile
drmarinko
New Member
Joined 2 years ago
User Widgets
Contributions
Re: Power Query Current Date Filter
I was trying to do something similar and the logic or syntax may apply. I was trying to limit my TCdate (timecard date) to any date prior to today. I used this in Power Query and it worked: = Table.SelectRows(#"Filtered Rows", each [TCdate] < List.Max(#"Filtered Rows"[TCdate]))32KViews0likes0CommentsRe: Power Query Current Date Filter
I was trying to do something similar and the logic or syntax may apply. I was trying to limit my TCdate (timecard date) to any date prior to today. I used this in Power Query and it worked: = Table.SelectRows(#"Filtered Rows", each [TCdate] < List.Max(#"Filtered Rows"[TCdate]))32KViews0likes0Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.