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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
smitpau
Helper I
Helper I

Get Current Fiscal Year based on TODAY

Hi,

 

Is there a way to return the current fiscal year based on today's date (so TODAY in DAX).

 

I've got a calendar table as below with the dates and corresponding Fiscal Year column but not sure how to write the DAX code.

 

smitpau_0-1611663561264.png

 

Thanks,

1 ACCEPTED SOLUTION
PhilipTreacy
Super User
Super User

HI @smitpau 

Try a measure like this

Current FY = LOOKUPVALUE('Table'[Fiscal Year],'Table'[Date],TODAY())

Regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


View solution in original post

3 REPLIES 3
PhilipTreacy
Super User
Super User

HI @smitpau 

Try a measure like this

Current FY = LOOKUPVALUE('Table'[Fiscal Year],'Table'[Date],TODAY())

Regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


doesn't work, only returns the value into rows with today's date. 

 

Great thanks Philip that works.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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 Kudoed Authors