Forum Discussion

timothyh's avatar
timothyh
Regular Visitor
4 years ago
Solved

Showing data as percentage

I have a column in my report that needs to show as percentage (%). When I change the field under Column Tools, it changes the percentage to much different totals. Example - changes 12.06 to 1206%. It...
  • AlexanderPrime's avatar
    4 years ago

    I'd just use a Divide function in Transform Data to divide the values by 100 for the entire column of [Open Rate]

     

    Percentages in Power BI assume 1 is 100% so you'll need to adapt the figures with that in mind.