Jump to content

Recommended Posts

Posted

Hi Guys,

I have a line chart an bar char that i need to confiure the X-Axis to show just 13 months of data at any given time. For example if the data starts this month March, as the data is added to the chart it should keep on until February next year (13 months), then reastart in march 2021.I basically want it to capture a rolling 13 months of data continously . How can i configure the X-axis to achieve this Your help os appreciated.

Thanks in advance

Posted

You can try to limit the data by using the following expression:

[Date_Column] >=dateadd("mm",-13,Date(2021,03,01))This will display the data from the previous 13 months of the given date i.e. from 1st Feb 2020. Otherwise, you can modify the parameters according to your needs.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...