Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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 |
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 54 | |
| 37 | |
| 34 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 72 | |
| 72 | |
| 38 | |
| 35 | |
| 26 |