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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
TonyR
Frequent Visitor

Display graph order for the Financial year which is different to calendar year

Hi, Our financial year is Sep to August.

How can I get the visualizations to display our fy correctly ?

Thx

Tony

 

1 ACCEPTED SOLUTION
Vvelarde
Community Champion
Community Champion

@TonyR

 

Hi, select your Month (in names) and go to Modeling Sort By Column --> Select your Month in numbers.

 

Next, in your visual put the Month (in Names version).

 

Ready.




Lima - Peru

View solution in original post

8 REPLIES 8
Anonymous
Not applicable

Hi @TonyR

 

I had earlier posted a solution on this.

 

http://community.powerbi.com/t5/Desktop/Creating-a-Fiscal-Year-amp-Fiscal-Quarter-in-a-DATE-calendar...

 

If this works please accept this as a solution and also give KUDOS.

 

Cheers

 

CheenuSing

I dont know HOW this worked, but it did.  THANK YOU

tringuyenminh92
Memorable Member
Memorable Member

Hi @TonyR,

 

To understand your situation, could you please provide some picture about your data structure/data table and your expectation?

So far you could

  • add Calculated Column in your Dates table or fact table to grouping your custom months by if(MonthColumn="September" || MonthColumn="August" , "f1", "f2orAnotherNestedIf"  ) condition
  • Or use adding condition column in query editor
  • another options...

Hi Tring

Info is displaying sales data by month. I did a calaculated column similar to what you suggested . Sep is Month 1, October is month 2, Jan is month 5 etc. I can then display the monthly sales data correctly however then the labels displayed are the numeric value for the month where I want the actual month name displayed. see here as an example  http://screencast.com/t/8YbgHbac

Hi @TonyR,

You could use format(monthvalue,"MMM") to have month name. Please try it and let me know cause sometime it will not work
Vvelarde
Community Champion
Community Champion

@TonyR

 

Hi, select your Month (in names) and go to Modeling Sort By Column --> Select your Month in numbers.

 

Next, in your visual put the Month (in Names version).

 

Ready.




Lima - Peru
Anonymous
Not applicable

What we do if i need to sorting FY YEAR format 2020-2021 in Line Graph ...
Month we can do but what about FY year 

Thanks @Vvelarde, such a simple and quick solution. Well done and thanks for sharing it

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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