Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
the following will show chart in months user but i want to break months by day to be shown in days,,
basically all day value for last months of current year
Count (DISTINCT {<Year={'$(=max(Year))'}, Month={"$(=month(date#(max({<Year={'$(=max(Year))'}>}Month),'MM')))"}>} [Authenticated user])
I want chart to be like following attachment
Thanks