Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Dynamic Date Title

Hi,

I want to insert years as a title into a card. Like shown in the picture. 

The last card "2022" is always this year. I did this with the formula "=NOW()"

Each year the title should change to the next year.
But I dont know how to set the title for the previous year and the title for two years ago. 
Is there a formula, with which i can just say: "Give me this year minus 1 year ? 

Nanaki_0-1643023301822.png

 

Thanks in advance. 
Best regards. 

 

1 ACCEPTED SOLUTION

If you want a date you a year ago you can create the following measure:

Date a Year Ago = DATE(YEAR(TODAY())-1,MONTH(TODAY()), DAY(TODAY()))

View solution in original post

10 REPLIES 10
Anonymous
Not applicable

Hi @Anonymous,

 

Try using the PREVIOUSYEAR() function along with the YEAR().

Here's the documentation: PREVIOUSYEAR function (DAX) - DAX | Microsoft Docs

 

I hope it helps

amitchandak
Super User
Super User

@Anonymous ,measure or column as per need

 

This Year = year(Today())

 

Next Year = year(Today()) +1

 

Last Year = year(Today()) -1

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thank you for your fast reply.
But I still get strangely 1905 for the last year. 

@Anonymous  Can you share screen shot of your date column and check which data type it is. 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard
Anonymous
Not applicable

In the first picture you can see the formula "today" with the today date.

And in the 2. picture with "year(today)" i get the year 1905.

Nanaki_0-1643029707611.pngNanaki_1-1643029745115.png

 

Hi @Anonymous,

 

13-7-1905 is the date value of number 2021. You can see this e.g. in Excel by changing the format into Short Date of a cell containing 2021.

 

I can reproduce the behaviour you experience when I create a new column instead of a measure

PierrreVelraeds_0-1643031550921.png

PierrreVelraeds_1-1643031570030.png

Defintions:

  • Column Last Year = year(Today()) -1
  • Last Year = year(Today()) -1

Solution is then to create a measure with that definition.

Anonymous
Not applicable

But with that solution I wont get the year 2021 in a date format right? Only in a number format ? 

If you want a date you a year ago you can create the following measure:

Date a Year Ago = DATE(YEAR(TODAY())-1,MONTH(TODAY()), DAY(TODAY()))
Anonymous
Not applicable

Awesome, this worked. Thank you very much to all of you!

Anonymous
Not applicable

I dont have a column, I just have this formula. I created it manually as a measure and wanted to insert it into one card.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors