Forum Discussion
Whole numbers in average
- 8 years ago
Please select the table column in the field list so it has a yellow box surrounding the field. This is just to select the field.
Then in the modelling tab on the ribbon, use the Formatting options to either convert the number to an Integer, or see if you can set the number of decimal places to 0.
One way is to set the number of decimal places in the field formatting of the column to 0
Or if you are using a DAX calculated measure to generate the average, you can wrap your formula with an INT function
Thanks, but the visual I am using does not have that option :(
- Phil_Seamark8 years ago
Microsoft Employee
What sort of field are you using in your slicer? A calculated measure, or are you dragging a table column to the visual?
- Beiffon8 years agoFrequent Visitor
A table column
- Phil_Seamark8 years ago
Microsoft Employee
Please select the table column in the field list so it has a yellow box surrounding the field. This is just to select the field.
Then in the modelling tab on the ribbon, use the Formatting options to either convert the number to an Integer, or see if you can set the number of decimal places to 0.