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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Syndicate_Admin
Administrator
Administrator

Currency Help

Hello PBI Expert,

I have a report with parameters for sales, profit,.. And all are known as Vietnam Dong.

I want to convert VND to USD and vice versa with a slicer.

My problem is that all my tables have no information about currency or table about currency.

So should I create a table about currency then merge it into the main table or is there a way to do it?

Looking forward to the help.

Thank you

1 ACCEPTED SOLUTION
collinsg
Super User
Super User

Good day KayzDo,

In this example I started with the sample semantic model available in Power BI Desktop, which has a single table "financials".

 

The procedure is as you suggest. Create a currency table. This can either be "by hand" or from an online source. Do not create a relationship between this table and "financials" - in other words it is a "disconnected" table.

collinsg_0-1705565745935.png

Create a slicer visual for the Currency column of this table (configure it for single selection, just to be "tidy")

collinsg_1-1705565919665.png

Now create a measure

Sum of Sales = SUM(financials[ Sales]) * SELECTEDVALUE('Table'[Conversion Factor])

When you place this measure in a visual it will use the currency you have selected.

collinsg_2-1705566026625.png

collinsg_3-1705566038553.png

Hope this helps

View solution in original post

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

I'm appreciate it.

Thank a lot, it very helpful!

 

collinsg
Super User
Super User

Good day KayzDo,

In this example I started with the sample semantic model available in Power BI Desktop, which has a single table "financials".

 

The procedure is as you suggest. Create a currency table. This can either be "by hand" or from an online source. Do not create a relationship between this table and "financials" - in other words it is a "disconnected" table.

collinsg_0-1705565745935.png

Create a slicer visual for the Currency column of this table (configure it for single selection, just to be "tidy")

collinsg_1-1705565919665.png

Now create a measure

Sum of Sales = SUM(financials[ Sales]) * SELECTEDVALUE('Table'[Conversion Factor])

When you place this measure in a visual it will use the currency you have selected.

collinsg_2-1705566026625.png

collinsg_3-1705566038553.png

Hope this helps

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.