Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to see only 2007 sales record in the KPI Chart. How can I do it? Please help. Thank you in advance.
Below is the dataset
Use expression something like this - Sum({<Date={"=Year(Date)=2007"}>}SalesAmount)
Use expression something like this - Sum({<Date={"=Year(Date)=2007"}>}SalesAmount)
Thank you 🙂