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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
nfowler_PDR
Helper I
Helper I

Change Fiscal Year Default From Jan1-Dec31 to Mar1-Feb28

Hello,

 

Is there a way to adjust the Fiscal Year settings to a Date Hierarchy slicer in Power BI Desktop?

I have the below:

nfowler_PDR_0-1690474280531.png 

Above, it gives standard FY layout.

But I need this to reflect our internal FY layout of March 1st to February 28th.

 

There currently is not FY table in the dataset.

I created this dataset from our CRM database in out Dynamics dataverse. 

 

Thank you!

Nat

 

1 REPLY 1
ryan_mayu
Super User
Super User

@nfowler_PDR 

are you able to use DAX to create column? if you can do that ,you just need to create new columns for fiscal year and replace the origial date column with new ones.

fiscalyear = if(month('Table'[Date])in {1,2},year('Table'[Date])-1,year('Table'[Date]))

fiscalmonth = if(month('Table'[Date])>=3,month('Table'[Date])-2,month('Table'[Date])+10)

11.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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