Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi
I have the table below, I select "show values as %" and now I see all these values in percentages. I wonder if I want to get ride of these decimals for example
70.32 % to 70% or 71%
Is that possible? Thank you very much.
Solved! Go to Solution.
Select the foramt options and go to Specific Columns there you will find decimal options. and you can change the decimals to 0. as showin in picture
Proud to be a Super User!
Hi @lastnn30 ,
There is no direct option to set the decimal places, you can follow the steps below to get it. Please find the details in the attachment.
1. Create a measure as below to get the percentage
% Total =
VAR _pertotal =
SUM ( 'SalesTable'[Total] )
VAR _alltotals =
CALCULATE ( SUM ( 'SalesTable'[Total] ), ALLSELECTED ( 'SalesTable' ) )
RETURN
DIVIDE ( _pertotal, _alltotals )
2. Set the data type format of measure as Percentage and decimal places as 0
Best Regards
Hi @lastnn30 ,
There is no direct option to set the decimal places, you can follow the steps below to get it. Please find the details in the attachment.
1. Create a measure as below to get the percentage
% Total =
VAR _pertotal =
SUM ( 'SalesTable'[Total] )
VAR _alltotals =
CALCULATE ( SUM ( 'SalesTable'[Total] ), ALLSELECTED ( 'SalesTable' ) )
RETURN
DIVIDE ( _pertotal, _alltotals )
2. Set the data type format of measure as Percentage and decimal places as 0
Best Regards
Select the foramt options and go to Specific Columns there you will find decimal options. and you can change the decimals to 0. as showin in picture
Proud to be a Super User!
Is there an updated version of this answer. In my current PowerBI instance, there isn't a display units or a value decimal places dropdown
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 30 | |
| 26 | |
| 25 |