Forum Discussion

Arklur's avatar
Arklur
Resolver II
7 years ago
Solved

Specifying thousand separator when using SSAS

Not really sure if my question is more about PBI or SSAS, but it seems it might be rather PBI related, see below.   My problem is that I don't know how to specify the thousand separator, which char...
  • v-yuta-msft's avatar
    v-yuta-msft
    7 years ago

    Arklur ,

     

    I'm afraid whole number, decimal number and fixed decimal number don't have the format which can meet your requirement. So, as a workaround, you may change the type of column value to text type using DAX function FORMAT(<value>, <format_string>).

     

    Community Support Team _ Jimmy Tao

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.