Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

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...