Forum Discussion
pbi1908
Helper III
2 years agoShow an amount in European format
Hello all, I had in my PBIX American regional seetings so the format that i am showing the amounts is this one 12,000.55 so comma for thousands seperator and dot for decimals. I want to sho...
devesh_gupta
Impactful Individual
2 years agopbi1908 Oh, I appologize for the confusion.
Okay then, can you try like this, if it works:
- In the Properties group, click on the Format dropdown list.
- Select Custom from the list.
- In the Format string textbox, enter #,##0.00.
If somehow this try works, then do let me know.
pbi1908
Helper III
2 years agoActually i want the opposite #,##0.00. i.e this one #.##0,00 but this doesn't work.