Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Community,
I have a linechart like below, with dimension in YearMonth, which couldn't be ranked in sequence automatically, i tried other options in the property ranked by number or letter, but still doens't work out, do you know how to fix it?
Also on the bottom of chart, there is a minichart, which I want to hide, is it possible? thank you.
sort it by expression:
Min(Date(FISCALYEARMONTH,'YYYY-MMM'))
you many need to play around with the formating of the date, or possible use date#() instead.