cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
23Steve32
Frequent Visitor

Use currency format but don't display any symbol

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!

8 REPLIES 8
mezesattila
Frequent Visitor

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!!

tmendoza
Helper III
Helper III

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

 

 

23Steve32
Frequent Visitor

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)")
AlexBlair
Regular Visitor

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?

spuder
Resolver IV
Resolver IV

? a currency format without currency symbols is just a number (with fixed decimals)

 

Or did I totally misunderstand you

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors