In SAC, I am not able to use the MonthRange Filter as its throwing an error.
var monthrange =TimeRange.create(TimeRangeGranularity.month, new Date (2019,3), new Date (2019,5));
Data in the model is in the format - 201901. Am i missing anything in the code?