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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
cuongle
Advocate II
Advocate II

Change the currency symbol

How I can change the currency symbol from dolla ($) to pounds (£)

 

Capture.PNG

1 ACCEPTED SOLUTION
Greg_Deckler
Super User
Super User

In Desktop, in the model, on the Modeling tab, highlight the column or measure and in the ribbon in the Formatting area, use the $ drop down to change the format.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

14 REPLIES 14
Anonymous
Not applicable

You must select a column first and go to modelling and then check the format if the format is currency you select the relevent currency. I can not see you can do in bulk.

sandeep992_0-1629210166130.png

 

swathisudheer
Frequent Visitor

Hi, I am trying to format a field "actuals" to currency in query editor. Unlike desktop, I don't see how to set the format for the field to currency. 

I am trying to do this in power query so that when I change my datasource, the measures based on that field don't lose its formatting.

Could anybody please help me with this?

 

yachanagupta
Frequent Visitor

measure = IF([column name]>10000000,
format([column name]/10000000,"₹ ##0.0 Cr"),
if([column name]>100000,format([column name]/100000,"₹ ##.0 L"),[column name]))
Georgia94
Regular Visitor

How do you change the currency symbol on power BI online though?

ashishrj
Power Participant
Power Participant

Just a pictorial representation to what @Greg_Deckler said above !

 

Set_Currency.png

 

Hope this helps!

Greg_Deckler
Super User
Super User

In Desktop, in the model, on the Modeling tab, highlight the column or measure and in the ribbon in the Formatting area, use the $ drop down to change the format.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

I am not able to find symbol for AED (United Arab Emirates Dirham).Is there any work around for that?

 

Could you please help me.  

@Greg_Deckler

yachanagupta_0-1600233157650.png

in currency symbol there is also available 

 

My requirment was different . Client wants his amount should appear like (Arab Emirates Dirham)
AED 3,00,000,00
AED 2,00,000,00

I have acheived this through custom format using below code by applying in Modeling Tab format option.
"AED" #,0.###############;#,0.############### -"AED";"AED" #,0.###############

In this you have to replace whatever Symbol or text you want to use.

I have the same issue here, Could anyone advis.

measure = IF([column name]>10000000,
format([column name]/10000000,"##0.0 Crد.إ"),
if([column name]>100000,format([column name]/100000,"##.0 Lد.إ"),[column name]))
MaryF
Advocate II
Advocate II

My tests suggest that it uses the currency symbol set within the measure. So if you change that to £ you should get what you need. Hope this works for you. 

Hello,

Can I ask what would cuase the options under the modeling tab to be greyed out? I know I have added the currency symbols before. I am using a measure that is (quantity ordered * price) and its set to decimal number as data type. Oddly using a simple card visual I can't use the modeling tab. I have tried creating my measure in both the query editor and the regular home tab. 

 

thanks!

im an idiot, never mind! Select the field in your table, dont click the visual. 

 

Smiley Very Happy

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.