Quantcast
Channel: Desktop topics
Viewing all articles
Browse latest Browse all 213819

Power BI: How to change currency

$
0
0

We have requirement to allow user to choose which currency he wants to see in the dashboard, like below example:

 

Capture.PNG

 

 

By default, it's `GBP`, if user changes to `USD`, we need to show the spend by USD. Under the hood we already have table `InvoiceDetail` which contains columns doing currency conversion beforehand:

 

SpendInGBP
SpendInUSD
SpendInEUR

 

I am not sure how I can map when user chooses different currency using ChicletSlicer to different Columns. Anyone has solution for this problem

 


Viewing all articles
Browse latest Browse all 213819

Trending Articles