Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I made a line chart .
The measure data is date.
But the date data is very long . So it made line chart display not good .
Could i set measure limt by default (like between now to before one day)
Thank you.
Hi,
For two day period:
Sum({<updatedate={"<=$(=DayEnd(max(updatedate))) >=$(=DayStart(max(date(updatedate)-1)))"}>}value)
!
Hi,
For two day period:
Sum({<updatedate={"<=$(=DayEnd(max(updatedate))) >=$(=DayStart(max(date(updatedate)-1)))"}>}value)
!