I have this dataset in quicksight - company_id , allocation_month and total_loans.
company_id is just a distinct id for a client.
allocation_month is a date which specifies to which month we are indicating. Example - 2024-12-01,2024-11-01, etc.
total_loans is the count of loans under that company.
Now I want to show the current_month % increase w.r.t the average of previous 3 months total_loans count.
How can I achieve this?
Is there any other way to do this?
As after using these functions I am not getting correct output.
I guess there is some problem with the dataset, So If there is any other method please let me know.