The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have this example power query that filters the date from year-to-date, is there a way to extend the dates up to next 3mos?
Table.SelectRows(#"Filtered Rows", each [Date] >= #date(2023, 1, 1) and [Date] < Date.From(DateTime.LocalNow()))
Hello ironboy0418,
Check out Microsoft's documentation on Power Query date functions. 🙂
----------------------------------
If this post helps, please consider accepting it as the solution to help other members find it quickly. Also, don't forget to hit that thumbs up and subscribe! (Oh, uh, wrong platform?)
Proud to be a Super User! | |
User | Count |
---|---|
26 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
30 | |
15 | |
12 | |
12 | |
7 |