Forum Discussion
Anonymous
7 years agoNot applicable
Format Function - Decimal (Dot or Comma)
Hi Everyone, Im having issues using the Format Function. The left columm is a regular setup using the options from powerbi, right column is me trying to use the format function but no matter what...
v-lili6-msft
7 years agoCommunity Support
hi, Anonymous
I have tested by your formula, but not reproduce the issue.
This is your formula
Your = SWITCH(TRUE(),[Selected Currency]="USD",FORMAT([Turnover]/VALUES(Table2[Currency Rate]),"$0,00"),[Turnover])
and You could try this format
MY = SWITCH(TRUE(),[Selected Currency]="USD",FORMAT([Turnover]/VALUES(Table2[Currency Rate]),"$#,##0.00"),[Turnover])
If not your case, please share your sample pbix file, just need a little sample data.Do mask sensitive data before uploading
Best Regards,
Lin