Oracle Fusion Data Intelligence

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to calculate Activity Amount up to date for multiple months to show the trend

Accepted answer
17
Views
1
Comments

Hi Community,

I’m working on calculating the cumulative activity amount for each month. For example, for November 2024, it should sum the activity amounts from the beginning of the period up to November 2024, and similarly for each subsequent month.

image.png

I need to show a trend analysis similar to the example below, so I require the cumulative activity aggregation for each month up to date.

image.png
Tagged:

Best Answer

  • Hi Vrinda,

    Thank you for joining the community and providing specifics on your request. It's helping.

    The metric you need is named a "Running Aggregate", it's running a sum based on previous months.

    You will need to create a new calculation and do a RSUM(Activity Amount).

    image.png

    Then you can just put it into your canvas and voila:

    image.png