Forum Discussion

GCGradwell's avatar
GCGradwell
Icon for Helper I rankHelper I
10 years ago
Solved

Change decimal places for only 1 individual Visualisation

Hi,   I would like to assign a page-wide 0 decimal places to all visualisations except one, which I would like to have 2 decimal places.   Is this possible?   Thanks,   Greg
  • KGrice's avatar
    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.