Forum Discussion
Anonymous
8 years agoNot applicable
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...
- 8 years ago
Anonymous,
Add a measure as shown below.
Measure = FORMAT ( SUM ( Table1[Value] ), "General Number" )
- 8 years ago
Anonymous,
You may add an index column in Query Editor.
v-chuncz-msft
Community Support
8 years agoAnonymous
8 years agoNot applicable
Yes I used DAX Function but can't get sucess on this.
can you please help me with the DAX function.
Thanks for you Support.
Pankil
- v-chuncz-msft8 years ago
Community Support
Anonymous,
Add a measure as shown below.
Measure = FORMAT ( SUM ( Table1[Value] ), "General Number" )
- Anonymous8 years agoNot applicable
I tired that but I want on diffrent values not a single value.
means each row comes from single row but I want decimal values as per the row values.
are you getting my point..
- v-chuncz-msft8 years ago
Community Support
Anonymous,
You may add an index column in Query Editor.