Forum Discussion
Change decimal places for only 1 individual Visualisation
- 10 years ago
Decimal places and other formatting is assigned at the measure/column level. There's no option to set it for each visual, though some visuals have settings in the Format options that provide summary-level display options like rolling up by thousands, millions, etc.
If you want to show a value with different decimal places, you'll need to repeat the measure with another name. You can use the exact same calculation, or use the FORMAT function wrapped around your original measure. FORMAT will turn your value into text, so you can't use it for additional calculations.
Decimal places and other formatting is assigned at the measure/column level. There's no option to set it for each visual, though some visuals have settings in the Format options that provide summary-level display options like rolling up by thousands, millions, etc.
If you want to show a value with different decimal places, you'll need to repeat the measure with another name. You can use the exact same calculation, or use the FORMAT function wrapped around your original measure. FORMAT will turn your value into text, so you can't use it for additional calculations.