Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi,
I am using currency format "English(India)" in one of my dashboards. For negative values, the currency symbol and minus symbol gets moved to the end as shown below . Is there any option to keep the format same for positive and negative values ?
Thanks,
Mohan
Solved! Go to Solution.
Hi,
If you go into model panel and select the field, you can then go into formatting and switch to custom and change to what you need.
you create a calculated column and use the below formaule to get bracket for negative value.
Sales=FORMAT ( [column name]; “##,###;(##,###);-“ )
After that you can use currency function . CURRENCY(table[columnname])
Hope it helps.
Proud to be a Super User! | |
Hi,
If you go into model panel and select the field, you can then go into formatting and switch to custom and change to what you need.
After choosing Custom field in Format option at model section for specific field/measure, put below format. may be it Works.
"₹"\ #,0.00;"₹" -\ #,0.00;"₹"\ #,0.00
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 79 | |
| 48 | |
| 37 | |
| 31 | |
| 27 |