SSRS Line graphs, change the axis maximum and minimum by month, and change data series from calendar year to financial year

I am using SSRS and I cannot access SQL server to answer my problem, so the solution needs to be done via SSRS only.
I am currently trying to graph some data. The problem is, the months on the X axis are aligned by calendar year. I need the first month to commence with July, with the last month on the axis to be June. This also means that the year series need to be changed
from calendar year to Australian financial year.
Screenshots are provided in the comments.

Hi Northern,
Per my understanding that you want to show the month in the x axis as the order of the financial year(7,8,9,10...4,5,6) and also display the year in the series group as the financial year, right?
I have tested on my local environment and we can modify the query in the sql to get the financial year value based on the fields of Calendar year, details information below for your reference:
1. Modify the query as below:
SELECT
Calendar_Date,CASE WHEN MONTH(Calendar_Date)>=7 THEN
YEAR(Calendar_Date)+1
ELSE YEAR(Calendar_Date) END AS Financial_Year,
MONTH(Calendar_Date)as Financial_Month,
Billing_Amount
FROM TableName
order BY
Calendar_Date
2. Add the "Billing_Aomount" in the Value area, "Financial_Month" in the Category group area and "Financial_Year" in the Series group area.
3. Right click the  "Financial_Month" under the Category group to select the "Category group properties",click the sorting and add below expression in the Sort by to specify the order for the month in the x-axis:
=switch(Fields!Financial_Month.Value="7",1,Fields!Financial_Month.Value="8",2,
Fields!Financial_Month.Value="9",3,Fields!Financial_Month.Value="10",4,
Fields!Financial_Month.Value="11",5,Fields!Financial_Month.Value="12",6,
Fields!Financial_Month.Value="1",7,Fields!Financial_Month.Value="2",8,
Fields!Financial_Month.Value="3",9,Fields!Financial_Month.Value="4",10,
Fields!Financial_Month.Value="5",11,Fields!Financial_Month.Value="6",12)
4. Preview you will get the sample chart display as below according to my sample data:
If you still have any problem, please feel free to ask.
Regards
Vicky Liu
Vicky Liu
TechNet Community Support

Similar Messages

  • What's Impact of changing the customer Name(along with Bill To and Ship To) at the header level after book

    Dear All,
    Revision: 11.5.10.2
    We have a case where some of the orders we have created have incorrect customer name along with incorrect Bill To Ship To.
    All these orders are booked. And their Line Status is either Awaiting Shipping or Supply Eligible.
    What Impact of changing the customer Name(along with Bill To and Ship To) at the header level.
    Thanks,
    Helen

    Hi Helen-Oracle
    As said above there should not be an impact if the warehouse on the order before and after changing the customer, ship to and bill to remains same.
    Additionally, if the item on-hand qty is sufficient to reserve the item and there is no B2B internal requisition kicked off.
    As long as the above conditions are fine, I don't see any impact of changing the customer, bill to and ship to.
    Also, you can run a complete wing to wing cycle in case you really want to test the behavior of the system in such scenario.
    Please feel free to mark the response as helpful or correct if you think it is helpful and to help people easily find help and answered responses.
    Thanks
    Mirza Tanzeel

  • Graphic card problem maybe? Since when I have changed the hard drive to my macbook pro and I installed all the new softwares, my mac is very slow and the screen gives crazy pictures,could maybe be the graphic card, does anybody have experienced this?

    Graphic card problem maybe? Since when I have changed the hard drive to my macbook pro and I installed all the new softwares, my mac is very slow and the screen gives crazy pictures,could maybe be the graphic card, does anybody have experienced this?

    after a restart it works for a time, but always slow. I went to the Applestore this afternoon and the made a check and said it would be the logicboard and they would have to change it for CHF 600 and it would be ready in 10 - 15 days

  • Why can I change the callout text font in some documents and not others?

    By experimenting I have determined that some documents that will allow me to add callouts also let me change the text font to a different font or font size.  Other documents that will let me add callouts will not allow me to change the text font. A specific example is that I can add callouts and change the callout's font in pdf's I create by printing from Word, but a datasheet I have from a manufacturer I use will allow me to add callouts but not change the callout font.  Why can't I change the font in callouts I add to the datasheet?  I am using Acrobat 9.5.2.  Thanks for the help.

    Thanks Bob, I didn't think of that, I suppose that would work.  Basically I would just like to have more text sizes to choose from in the drop down menu, I guess its more an issue of laziness on my part than anything else.  I could make a character style for it, but then I'd probably have 10 different character styles just to change the size of my text when it would be less hassle just to type in the size I need.  I was just looking for a quick fix default option that I was used to having at my old job.

  • Please i need help very urgent !!! after deleting my exchange account because the company changed the password , I lost 150 200 contacts and i need to get them back very soon ! please help

    Please i need help very urgent !!! after deleting my exchange account because the company changed the password , I lost 150 200 contacts and i need to get them back very soon !  i never backed up on itunes ..please help

    No. The contacts are "owned" by the Exchange server.
    The Exchange server is owned by the company.
    Everything on the Exchange server is owned by the company.
    If you quit or were terminated, and your access to the system has been revoked, then there is nothing you and do at this point. Once you deleted the account from your phone, all of the associated data was deleted.
    NEVER store personal information on company systems.

  • Ask your question.how do you change the color of your tex bubbles.i accidently changed it from green to blue and I dont know how i did it

    how do I change the color of my tex bubbles? I changed one from green to blue accidently, and I cant figure out HOW I did it!

    I have a new iPhone 4 which has the latest version uploaded.  My daughter just bought an iPhone 4s and when we text it's still green.  We want it to be blue for iChat.  What are we doing wrong?  Why don't we have blue bubbles?  Any help would be greatly appreciated. 
    Thank you
    ~Tammi

  • [svn:fx-trunk] 8271: Change the event type of List-based component's change , changing and caretChange events to a new event class: spark.events. IndexChangeEvent.

    Revision: 8271
    Author:   [email protected]
    Date:     2009-06-25 16:25:28 -0700 (Thu, 25 Jun 2009)
    Log Message:
    Change the event type of List-based component's change, changing and caretChange events to a new event class: spark.events.IndexChangeEvent.
    QA: Yes
    Doc: Yes
    Checkintests: Pass
    Mustella: List/DDL/ButtonBar tests pass
    Reviewers: Hans & Jason
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/IndexChangedEvent.as
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/ButtonBarE xample.mxml
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/DropDownLi stExample.mxml
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/ListExampl e.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/events/IndexChangeEvent.as

    Are those components in a SWC?  I would expect them to also have a namespace
    that looks more like http://.....
    Otherwise, make sure the path to the components are correct.

  • HT201178 when using apple bluetooth keyboard with iPad, hitting the enter/return key while typing in iMessage only adds another line not 'send' the message? is there a setting to change that somewhere?

    when using apple bluetooth keyboard with iPad, hitting the enter/return key while typing in iMessage only adds another line not 'send' the message? is there a setting to change that somewhere?

    Everywhere that I've checked it is not possible to do this. I would like to even do this using the vkb. I hate having to stretch my thumb all the way up just to send a message. It's messaging, not a report or email. Seems backwards. Hopefully some day Apple can add this option.

  • How can i change the name of my iphone on itunes and register under a new name?

    how can i change the name of my iphone on itunes and register under a new name?

    If you want to rename your device in iTunes, follow this article: iTunes: How to rename your device

  • Have changed the "Index" of my website in Dreamweaver and followed the "Put" instructions to upload it back to the "Remote Server," but when I go onto the web to check it, the main (Index) page has not changed.  Help!

    Have changed the "Index" of my website in Dreamweaver and followed the "Put" instructions to upload it back to the "Remote Server," but when I go onto the web to check it, the main (Index) page has not changed.  Help!

    This is a duplicate post; see How do I upload from Dreamweaver CS6?

  • Iphoto - when exporting photos with their titles,iPhoto changes the manual sequence that I have given and imposes an alphabetical sequence

    Mac mini
    Processor  2.5 GHz Intel Core i5
    Memory  8 GB 1600 MHz DDR3
    Graphics  Intel HD Graphics 4000 768 MB
    Software  OS X 10.8.5 (12F45)
    When exporting a group photos with their individual titles, iPhoto changes the manual sequence that I have given and imposes its own sequence (which seems to be alphabetical).  The export dialogue box allows me to use my titles or to impose a numerical sequence.
    How can I keep my titles and the sequencing that I had carefully worked out?

    What you are missing is that files have no order - you view them using a program and that program creates the order
    When viewing in an iPhoto album you can sort manually and iPhoto will display the photos as you sorted them - but when you move to a different program (the finder for example) you have a totally different set of sorts available - for example in the finder the same set of files can be viewed in alpha order, in size order, in date modified order, etc - none of those are inherent in the file but are sorts set under the view menu 
    So to meet your requirements you must export with file attributes that allow the finder view options to present your desired view - which is what volunteers here have tried to help with - even though it really does not involve IPhoto in any way
    LN

  • Since I've changed the language on Iphone 4 all contacts and phone no got lost

    Since I've changed the language on Iphone 4 all contacts and phone no got lost. Synch didn't work.

    Your contacts are available with your iCloud online address book - when you log in with your iCloud account via webmail access using a browser on your computer, your contacts are available there?
    Your contacts are not available with an address book app on your computer?

  • On Maverick my i cloud will not change the verification phone number even though I have change the phone number in apple and on contacts and restarted the computer. Help? I can't get the code necessary to fix the keychain.

    On Maverick my i cloud will not change the verification phone number even though I have change the phone number in apple and on contacts and restarted the computer. Help? I can't get the code necessary to fix the keychain without it.

    You can change the phone number the verification code is sent to from a device or Mac that has your iCloud keychain enabled as follows:
    In iOS 8, tap Settings > iCloud > Keychain > Advanced. In iOS 7, tap Settings > iCloud > Account > Keychain. Make sure the phone number under Verification Number is correct. If not, enter another phone number.
    In OS X Mavericks v10.9, choose Apple () > System Preferences. Click iCloud, then click Account Details. Make sure the phone number under Verification number is correct. If not, enter another phone number.
    If you don't have access to a device or Mac with your iCloud keychain enabled, you'll have to contact Apple support to verify your identity and get assistance making the change: http://www.apple.com/support/icloud/contact/.

  • I am trying to change the Apple ID on my I phone and my Wife's I phone.  Is it possible to keep our contacts, calander, and photos by doing this?  We do not care about our music or apps.  Is this possible?

    I am trying to change the Apple ID on my I phone and my Wife's I phone.  Is it possible to keep our contacts, calander, and photos by doing this?  We do not care about our music or apps.  Is this possible?

    Photos should be copied to the computer and synced back via iTunes.  They are unrelated to the Apple ID unless you are using PhotoStream.
    Depending on how the contacts are synced the the device, chaging the Apple ID may wipe them.
    Why do you want to change the Apple ID?  If it's an email address change, simply change the email associated with the Apple ID.  Do NOT create a new Apple ID.

  • HT1386 my iphone does not sync with itunes on my second authorized computer, please help. i changed the first authorized computer in May 2012 and have been using the second authorized computer since then but it cannot sync - please help!!

    my iphone does not sync with itunes on my second authorized computer, please help. i changed the first authorized computer in May 2012 and have been using the second authorized computer since then but it cannot sync - please help!!

    "I was thinking I would just connect my iPhone and all of my music and other stuff would transfer to the new computer. "
    Not true. The music and pic sync is one way - computer to iphone. The only exception is itunes purchases. Without syncing: File>Transfer Purchases
    You really should transfer everything from the old computer, or your backup copy of your computer. Since you do not have access to the old computer, then use your backup copy of the old computer.
    If for some reason you have failed to maintain a backup copy of your computer ( not good), then you would have to transfer itunes purchased as described earlier. Any other itunes content would be lost.
    You can e-mail photo library pics to yourself, but they will not be of the original quality.
    Before syncing, enter at least one unique contact and calendar entry on the computer. When you first sync, then you should get the option to merge the data.

Maybe you are looking for

  • Itunes doesn't work on windows 8.1

    after the upgrade to windows 8.1 (I have a HP Henvy H9 x64), itunes doesn't work. I unistalled all the apple software; I restarted the PC and then I installed again itunes (the last version 11.1.5 x64). When the installation finish and I start itunes

  • Help for a new one

    hello, i'm trying solaris, is nice for what i have seen, but i have some problems: 1 - i search for quite sometime but i cannot find how make a user 2 - as root i cannot connect on internet, is normal? 3 - i connected an external hdd and solaris didn

  • How do I change the size of the cursor, I-bar pointer?

    I am running Windows 8.1 on a PC. I have updated to the latest InDesign through the creative cloud center. Everything runs perfectly except for the fact that my I-bar cursor/pointer is huge. At least three or four times larger than normal. I have loo

  • AirPort Express Slowing Connection

    I am experiencing a significant slow down using AirPort as my WiFi Router. I have Time Warner Cable Ultimate 100 as my internet package, running through a Motorola SB6141 and speed tests clock my connection between 85 and 97 Mbps when I'm hardwired.

  • Dirty Buffers

    Hi All, Can anyone please clear my doubt. The data which is uncommitted in the database buffer cache are called dirty buffers or data which are both uncommmitted and committed in the buffer cache are called dirty buffers. Thanks