Forum Discussion
Anonymous
5 years agoNot applicable
Different number format, is there a fix?
Hello everyone, I am always creating dashboards in English using Power BI desktop, hence this is the number format I usually see: However, my clients have their Power BI service in a diff...
Anonymous
5 years agoNot applicable
Hello Anonymous
You can try this.
Total sessions =
VAR totalSessions = SUM('table'[Sessions])
RETURN
totalSessions &" K"