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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
As the title suggests is it possible to use the currency format but not display a symbol? Basically I want to be able to use brackets on negative values for columns from the raw data.
Thanks in advance!
Hey All, I found a solution :-)))
A bit looks like a hack, but it works, hopefully. I am testing it now.
So... while formatting the Measure, select the Format drop-down text. Simply, just double-click on the text inside the drop-down menu. Type in the format as in Excel. The desired code for the number format is:
#,##0.00;(#,##0.00)
... and whoala!!! the magic happens.
Finally... I was looking for this solution for ages now.
Have a nice day!
Attila
This is so cool - works a charm and I did not know you could just paste the format you want into the the tab.
Love it!!
Did you ever get a solid answer to this?
I'm going through the same thing and I don't want to use the FORMAT function because it turns my numbers into Text.
Hey All, I found a solution :-)))
A bit looks like a hack, but it works, hopefully. I am testing it now.
So... while formatting the Measure, select the Format drop-down text. Simply, just double-click on the text inside the drop-down menu. Type in the format as in Excel. The desired code for the number format is:
#,##0.00;(#,##0.00)
... and whoala!!! the magic happens.
Finally... I was looking for this solution for ages now.
Have a nice day!
Attila
So when using the number formats (whole or decimal) negatives are displated with a '-', when using currency negatives are displayed with ( ) so for example -100 would show as (£100).
What I would like to have is (100) rather than (£100) - in effect a currency but not showing the £ sign. Does this make sense?
ok understand.
Try this one.
Column = FORMAT(table[origcolumn];"#,##0.00;(#,##0.00)")
As @spuder says, you just need to set the data type to "Decimal Number" and have the decimal places set to 2?
Is this what you mean?
? a currency format without currency symbols is just a number (with fixed decimals)
Or did I totally misunderstand you
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.