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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
PowerBI_M
Regular Visitor

Fiscal Year measure

Hi,

I want to create a measure in PowerBI for fiscal year. I am starting with PowerBI, so my experience is very limited.

This gives a syntax error:

 

FiscalYear_ = IF(MONTH(NOW()) <= 9, YEAR(NOW()); YEAR(NOW()) + 1) 

What am I doing wrong here?

 

Thanks a lot for your help!

KR M

1 REPLY 1
cpearson
Resolver I
Resolver I

Your error is likely because of the semi colon in there... it should be a comma.

 

Also check out the CALENDARAUTO function as it could be useful to you.

 

Regards

Carl

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.