Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have an expression for total payments :
(Sum({<Account={'2000','2001','2002','2003'}>}Trans))*-1
How would I create a measure for % increase in payments from previous month?
I want this to be rolling dates as I load new data every month. So I want...(total for last month-total for current month)/ Total for last month).
Previous month total still goes to zero when applying the filter
Filter is using the new field or the old expression? Make sure to use MonthYear to make selections
Have you seen these?
It allows you to toggle between metrics. Instead of a text object, you can use a chart table without dimensions so that it still displays a total. And instead of filtering (causing it to go to zero), create two expressions - one for this month and one for the previous month and let your users toggle between the two.
To create the toggle, in the expressions, just drag and drop one expression over the other and it will group them together.
Using the new scripted field.
That is very strange... would you be able to share a sample where we can see this issue?
Nevermind!! I forgot to edit the expression with MonthYear on the denominator its working now. Thanks so much Sunny your amazing!
Nice, I am glad it finally worked... please close the thread by marking correct and helpful responses.
Best,
Sunny