Forum Discussion

Ancar's avatar
Ancar
Frequent Visitor
9 years ago
Solved

Percent values comes with wrong decimals

Hi all, I am facing a problem where the database I am importing contains a percentage value (average unsubscription rate for instance) and it is, let's say 1,5%   I am getting the value as 1,5   ...
  • JoHo_BI's avatar
    9 years ago

    Hi Andreas,

     

    Add another calculated column such as:

     

    AUR = [Average Unsubscription Rate]/100

     

    Put this into a percentage and you'll get the required result.