Forum Discussion

Rdarshana's avatar
Rdarshana
Helper II
2 years ago
Solved

How to display Inverse Percentage for a Field?

Hi, I have a field that displays the value as 0.73, 0.82, 0.91, etc,. The need is to display these values as Percentage.  But, this needs to be inverse percentage - that is: 1-0.73 = 0.27 ~ 27%....
  • ryan_mayu's avatar
    2 years ago

    Rdarshana 

    you can try to create a new column

    Column = 1-'Table'[Column1]
    and set the data type to percentage
  • ryan_mayu's avatar
    ryan_mayu
    2 years ago

    pls try this

    measure = 1- max(Original Col)