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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
Moody__01
Helper I
Helper I

dynamics list in Slicer (new)

Hi All,

I'm trying to get build up a new slicer with 2 values only-
One is hard-coded USD [Based currency of my report] while the second one would be the currency of the selected items.

 

while the other one would be the original currency of my selected item. in the below example, my loan is in EURO.

I would like to get a slicer allowing me to either display the value in original currency, or in usd equivalent, so only option 1&2 to be displayed.

 

Moody__01_1-1727794318130.png

 

do you guys have any ideas ? it looks like its not doable but i dont lost any hope.

Thanks & regards, Olivier

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Moody__01 ,Make sure you have disconnected table with all currency code

Create a measure like

countrows(filter( CurrencyNew, CurrencyNew[Currencycode] in union(Values(Table[Currencycode]), {"USD"} ) ) )

 

Use this measure in slicer of that disconnected table and you use values of CurrencyNew in measure to filter data

 

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Moody__01
Helper I
Helper I

Lovely ! I generally dont like putting filter in my report but this one works well 

Moody__01_0-1727795939091.pngMoody__01_1-1727795971746.png

 

Thanks a lot @amitchandak for your prompt feedback & solution 🙂 

 

amitchandak
Super User
Super User

@Moody__01 ,Make sure you have disconnected table with all currency code

Create a measure like

countrows(filter( CurrencyNew, CurrencyNew[Currencycode] in union(Values(Table[Currencycode]), {"USD"} ) ) )

 

Use this measure in slicer of that disconnected table and you use values of CurrencyNew in measure to filter data

 

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

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

Jan NL Carousel

Fabric Community Update - January 2025

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