Forum Discussion

maserr's avatar
maserr
Helper IV
6 years ago
Solved

SSAS Format String

Hi there,   I would like to format a SSAS measure as ‰ which is the 10*% and the available formats I can see on SSAS is Percentage, Whole number... maybe I could use the Custom one but don't know h...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi maserr ,

     

    You can try this.

     

    Column = FORMAT((Table3[Material]*1000),0) & UNICHAR(137)
     
     
    Regard,
    Harsh Nathani
    Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!!