Forum Discussion
Power BI Report Builder Not Formatting Numbers (Currency) Correctly
- Anonymous1 year ago
Thank you rohit1991
Hi, smmcqueen
I think your column behaves as text in Report builder, so the currency symbol doesn't appear.
First, edit the expression for this column:
Format this column as currency:
Here are the results:
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you rohit1991
Hi, smmcqueen
I think your column behaves as text in Report builder, so the currency symbol doesn't appear.
First, edit the expression for this column:
Format this column as currency:
Here are the results:
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- smmcqueen1 year agoFrequent Visitor
The issue was that it was being read as text. I wound up fixing the problem using the CInt() function.