Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
When I get data (tekst/csv) in PBI the column has values like: 32.6, 53.5 etc.
These are in PBI TEKST, but it should be %.
When I change the type to percentage the values change to: 3260,00%, 5350,00%
How do I get it right?: 32,6%, 53,5%
Solved! Go to Solution.
Divide the values by 100 and then change to Percentage.
hello @JoseHop hows your data column in csv looks like , if the column is not percentage type , then powerbi will think it decimle , or just do what @miTutorials told you and divide by 100
hello @JoseHop hows your data column in csv looks like , if the column is not percentage type , then powerbi will think it decimle , or just do what @miTutorials told you and divide by 100
Divide the values by 100 and then change to Percentage.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 35 | |
| 24 | |
| 22 |
| User | Count |
|---|---|
| 135 | |
| 109 | |
| 57 | |
| 43 | |
| 38 |