Forum Discussion
Anonymous
6 years agoNot applicable
DAX equation for thousand separator
Hi everyone, have a problem with the resulting format of a number. Have the following measure / DAX equation tested cases =
var txt = "number of cases: "
var nrCases= sum(table[column])
return...
Nathaniel_C
Community Champion
6 years agoHi Anonymous ,
When you have your measure up go to the Modeling tab and select the format for your measure.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Anonymous
6 years agoNot applicable
thanks Nathaniel_C but this wouldn't work here, (see screenshot below). And the Dax equation is confuing me, have you tried it yourself?