Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
can you please help me to get only 3 weeks data in line chart.
count({<WeekNumber={"$(=Max(WeekNumber))"}>} [Total])
Thanks,
Gowtham
Try
count({<WeekNumber={">$(=Max(WeekNumber)-3)"}>} [Total])
Make sure (Max(WeekNumber)-3) format matches the WeekNumber
Try
count({<WeekNumber={">$(=Max(WeekNumber)-3)"}>} [Total])
Make sure (Max(WeekNumber)-3) format matches the WeekNumber