Forum Discussion
timothyh
4 years agoRegular Visitor
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...
- 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.
AlexanderPrime
Solution Supplier
4 years agoI'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.