Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi
I hope you can help.
I am trying to create a dynamic date table. Part of it is defining a start and end year. To have a dynamic start and end year I am trying this code, which gets me the date, but I want to extract the year only.
This code gets me the date.
FromYear = Date.AddYears(Date.From(DateTime.LocalNow()), -3),
I think I have to use the Year.From function, but I have tried a few varicances, but I don't get the result I want.
Can you experst help?
Thanks
Joe
Solved! Go to Solution.
its always the way after posting. I have my solution
DateTo = Date.Year(DateTime.LocalNow()) +6
its always the way after posting. I have my solution
DateTo = Date.Year(DateTime.LocalNow()) +6
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 5 | |
| 4 | |
| 3 |