Forum Discussion
maserr
6 years agoHelper IV
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...
- Anonymous6 years ago
Hi maserr ,
You can try this.
Column = FORMAT((Table3[Material]*1000),0) & UNICHAR(137)Regard,Harsh NathaniDid I answer your question? Mark my post as a solution! Appreciate with a Kudos!!
Anonymous
6 years agoNot applicable
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!!