%Increase in pivot view — Oracle Analytics

Oracle Analytics Cloud and Server

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

%Increase in pivot view

Received Response
11
Views
3
Comments
User_CEU9I
User_CEU9I Rank 5 - Community Champion

Hi all,

How to evaluate % increase in pivot view.

i have a measure1 (2016 data) and measure2 (2015 data) columns

i want %increase = (measure1-measure2)/measure2 using pivot view.

Is it possible in pivot view?

Regards,

Ram.

Answers

  • Robert Angel
    Robert Angel Rank 8 - Analytics Strategist

    Hi,

    You could create a year ago measure to achieve this, or, if you are set on your pivot table course then you can make calculations by referencing the columns in a newly created calculated column; -

    “($1 - $2) /  $2”

    Hope this helps?

    Robert.

  • User_CEU9I
    User_CEU9I Rank 5 - Community Champion

    hi,

    how to create calculated column for measures in pivot view?

    i tried to create calculated column for measure it is saying cannot be created for measures.

    regards,

    ram.

  • Robert Angel
    Robert Angel Rank 8 - Analytics Strategist

    My example syntax assumes that your years are laid out in columns and the year 2016 is in column 1 and 2015 in column 2.

    On pivot table calculations you would do it as follows; -

    To create a calculated item for a dimension column (in your case I am guessing something like Time.Year)

    Click on the “More options” button for the dimension column

    Choose “New Calculated Item”

    Populate with the formula as previously supplied.

    Got it?