Skip to main content

Hi,

 

I have this scenario, there are 3 parameters in my tableau workbook for user to change the value  

I have data source like this:

 

My Requirement is to produce column value based on the parameter (ex: for year 2023, the based value is 100). and the subsequent year is based on the based year +/- the growth.

 

Please find the attached file for the sample workbook

 

Thank You

5 Antworten
  1. 22. Apr. 2018, 05:46

    You can use this formula to derive the values as required:

     

    [Based Year Value]*((1+SIGN([DiffYear])*[Yearly Growth])^ABS([DiffYear]))

     

    You can use this formula to derive the values as required: [Based Year Value]*((1+SIGN([DiffYear])*[Yearly Growth])^ABS([DiffYear])) A 10.5 workbook is attached. Hope this helps.

     

    A 10.5 workbook is attached. Hope this helps.

0/9000