Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Ed
Contributor III
Contributor III

Set Analysis - Advanced Search

Hello,

I am facing quite an issue right now. I want to calcul the sum of my sales last year on the current month and fix this amout on my dashboard so that it doesn't move. The ultimate goal would be that I directly see this amout when I open my dashboard.  I keep putting this formula upside down, I can't find the correct one 😞 Help

Sum({1<MyYear={"=$(=Year(Today())"} , MyMonth={"=$(=Month(Today()))"}}>} [Sales])

Also I tried to put a variable instead of Year(Today()) and Month(Today() but it still didn't work.
Also MyMonth and MyYear are the same type 1,2,3,...,12 for months and 2016,2017,2018 for years

 

Thanks

Ed

Labels (1)
10 Replies
Ed
Contributor III
Contributor III
Author

Yes, it's working ! Thanks a lot 🙂