Forum Discussion

dangulo's avatar
dangulo
Microsoft Employee
5 years ago
Solved

Set start date of a chart programatically

Hey there, Is there a way to set the start date of a chart relative to a point on time (eg: NOW() - 7) or by using an expresion (eg: MIN(CALENDAR[Date])) in order to have a consistent X scale? I have tried introducing empty points at the start of the dataset but did not work either.

 

2 Replies

  • dangulo , the start, and end are fixed values. I doubt you can give a variable here.

     

  • dangulo's avatar
    dangulo
    Microsoft Employee

    Thank you, Would there be anyway of fixing the X axis to a number of days and update it dinamically?