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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
arumel
Frequent Visitor

Power BI change Report Numbers to another currency

Hi all,

 

Seeking some help.

 

I have a report that is showing visuals in USD, the source data numbers are all in USD - some users would like to see all the visuals in the local currency also.

 

Is there a way to have a slicer option they can click to switch between USD or local currency (the exhcnage rate is fixed, so i dont have a issue with changing rates).

 

arumel_0-1718702877941.png

 

 

Thanks in advance

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

you can create a new table and contains two value: USD and local

 

and use this column as a filter

 

and create measures like below

 

Measure = if(SELECTEDVALUE('Table (2)'[currency])="USD",SUM('Table'[value]),IF(SELECTEDVALUE('Table (2)'[currency])="local",sum('Table'[value])/2))
 
11.PNG12.PNG

 

 

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
ryan_mayu
Super User
Super User

you can create a new table and contains two value: USD and local

 

and use this column as a filter

 

and create measures like below

 

Measure = if(SELECTEDVALUE('Table (2)'[currency])="USD",SUM('Table'[value]),IF(SELECTEDVALUE('Table (2)'[currency])="local",sum('Table'[value])/2))
 
11.PNG12.PNG

 

 

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Thanks for your help

you are welcome





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

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