Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
hello, community,
i am stuck in how to change the filter on date column in power query to a dynamic end point.
i connected my source to a website & i want my report to bring data based on a specific start point & a dynamic yesterday based on local time.
for more simplification:
= Table.SelectRows(#"Reordered Columns", each [Date] >= #date(2023, 1, 1) and [Date] <= #date(2023, 2, 28))
i want to change [Date] <= #date(2023, 2, 28) to a dynamic end point refers to yesterday based on my local time.
thanks in advance
Solved! Go to Solution.
@FreemanZ
thanks for reaching out.
however, there is an issue with the time formating i think.
User | Count |
---|---|
14 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
21 | |
11 | |
10 | |
9 | |
8 |