Forum Discussion
dangulo
5 years agoMicrosoft Employee
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.
dangulo , the start, and end are fixed values. I doubt you can give a variable here.
2 Replies
- amitchandakSuper User
dangulo , the start, and end are fixed values. I doubt you can give a variable here.
- danguloMicrosoft Employee
Thank you, Would there be anyway of fixing the X axis to a number of days and update it dinamically?