Hi,
I'm very new to OAC and I'm finding trouble with the following case.
I have a situation: when the user selects the month in the prompt, he could able to see Selected month bookings, as well as previous month bookings (in two separate charts) in the dashboard.
How can I get previous month bookings dynamically? I searched for a function, but I didn't find any direct function or formula to create a measure.
Ex: If I have the following data, and if a user selects Mar in the 'Month' prompt, I could able to show Feb sales as well (in a separate performance tile chart).
| Month | Sales |
| Jan | $1000 |
| Feb | $2000 |
| Mar | $3000 |
Thank You,
Krishna Kalyan