Forum Discussion
MTrullàs
2 years agoHelper III
Format integer number with the thousands icon selected
Hello, I have two metrics. Both have the same format: integer number with the thousands icon selected. One metric is displayed in the format 3.313 while the other is shown as 11 mil. I want the s...
- 2 years ago
Hi MTrullàs
You can modify your measure with the format function.
kpi_total_1 = format([your measure 1]+[your measure 2] + [your measure 3] , desired format) .more information here :
https://learn.microsoft.com/en-us/dax/format-function-dax
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Ritaf1983
2 years agoSuper User
Hi MTrullàs
You can modify your measure with the format function.
kpi_total_1 = format([your measure 1]+[your measure 2] + [your measure 3] , desired format) .
more information here :
https://learn.microsoft.com/en-us/dax/format-function-dax
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly