Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
Thanks,
Solved! Go to Solution.
HI @smitpau
Try a measure like this
Current FY = LOOKUPVALUE('Table'[Fiscal Year],'Table'[Date],TODAY())
Regards
Phil
Proud to be a Super User!
HI @smitpau
Try a measure like this
Current FY = LOOKUPVALUE('Table'[Fiscal Year],'Table'[Date],TODAY())
Regards
Phil
Proud to be a Super User!
doesn't work, only returns the value into rows with today's date.
Great thanks Philip that works.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 198 | |
| 126 | |
| 102 | |
| 67 | |
| 50 |