Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Convert the data Round off and Decimal number on Matrix Visuallization

Hello Guys, I want to convert the data to fixed decimal number and .1 decimal number on single count value. check the scrrenshot There is a only one field which is decimal number datatype but...
  • v-chuncz-msft's avatar
    v-chuncz-msft
    8 years ago

    Anonymous,

     

    Add a measure as shown below.

    Measure =
    FORMAT ( SUM ( Table1[Value] ), "General Number" )
    
  • v-chuncz-msft's avatar
    v-chuncz-msft
    8 years ago

    Anonymous,

     

    You may add an index column in Query Editor.