Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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.

Reply
Anonymous
Not applicable

Issues with Indian currency value format for negative values

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 ?

 

negative.PNG

 

Thanks,

Mohan

1 ACCEPTED SOLUTION
Gordonlilj
Solution Sage
Solution Sage

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.

Steg1.PNGSteg2.PNG

View solution in original post

3 REPLIES 3
rajendraongole1
Super User
Super User

 

 

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.

 

 

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Gordonlilj
Solution Sage
Solution Sage

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.

Steg1.PNGSteg2.PNG

Anonymous
Not applicable

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

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.