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.
Hi Community!
I need help creating a formula for a New Column. The result will be a date column based on another date column.
What I need to do is check today's date and create a column that contains January 1 of the year that is 4 years ago.
For example, If today is June 12, 2025, I want the formula to result in January 1, 2021.
Another example is, if today is March 1, 2026, the result should be January 1, 2022.
Can someone help me with this? I am a new Power BI user and have a lot to learn!
Thanks!
Solved! Go to Solution.
FourYearsAgoJan1 =
DATE(YEAR(TODAY()) - 4, 1, 1)
Today’s Date | Result |
---|---|
June 12, 2025 | Jan 1, 2021 |
March 1, 2026 | Jan 1, 2022 |
Hi,
Try this calculated column formula
=date(year(Data[Date])-4,1,1)
Hope this helps.
FourYearsAgoJan1 =
DATE(YEAR(TODAY()) - 4, 1, 1)
Today’s Date | Result |
---|---|
June 12, 2025 | Jan 1, 2021 |
March 1, 2026 | Jan 1, 2022 |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
55 | |
37 | |
31 |
User | Count |
---|---|
87 | |
62 | |
61 | |
49 | |
45 |