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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
julrua
Frequent Visitor

Different currency format in one column

Hello everyone, 

 

I was wondering if I can have different currency format in one column. 

For the moment, I have the following 2 columns 

Currency         Actual amount 

SGD                13 000

EUR                14 000

EUR                170 000

 

Would it be possible to have? 

Currency          Actual amount 

SGD                  13 000 SGD 

EUR                   14 000 € 

EUR                   170 000 € 

 

Thank you in advance for you help!

Julia  

2 ACCEPTED SOLUTIONS

Thank you for your quick response.

So if I understand correctly I have to

1 - Create a duplicate of my Actual Amount column to transform into text

2 - Create a custom column with the Text.Combine function

Am I right?

Thank you

View solution in original post

V-lianl-msft
Community Support
Community Support

Hi @julrua,

 

Please refer:

combine = SWITCH(TRUE(),
            'Table (2)'[Currency]="EUR",'Table (2)'[amount ]&" €",
            'Table (2)'[Currency]="SGD",'Table (2)'[amount ]&" SGD")

V-lianl-msft_0-1610088407303.png

 

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
V-lianl-msft
Community Support
Community Support

Hi @julrua,

 

Please refer:

combine = SWITCH(TRUE(),
            'Table (2)'[Currency]="EUR",'Table (2)'[amount ]&" €",
            'Table (2)'[Currency]="SGD",'Table (2)'[amount ]&" SGD")

V-lianl-msft_0-1610088407303.png

 

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@julrua , You can append but it will become text column.  That is what I think. I doubt you have option as of now to append currency symbol conditionally

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you for your quick response.

So if I understand correctly I have to

1 - Create a duplicate of my Actual Amount column to transform into text

2 - Create a custom column with the Text.Combine function

Am I right?

Thank you

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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