Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello,
I have a slicer with select abel values USD, GBP, and EUR.
I have a grid with Revenue. I have a messure which converts the revenue based on selected currency. I need to add a Column in my Matrix Visual to also show the Currency. Currency short name (USD, GBP, and etc.) coming from the table where the revenue is (column Name = Currency_Short)
Category -------- Revenue ------ Currency
A -------- Revenue ------ USD
B -------- Revenue ------ USD
C -------- Revenue ------ USD
C -------- Revenue ------ USD
C -------- Revenue ------ USD
D -------- Revenue ------ USD
Because I selected USD from the slicer.
Solved! Go to Solution.
The following measure will return the selected value in the slicer. I am assuming that the slicer is created using the Currency_Short_name column from your Table.
Measure = IF( ISFILTERED('Table'[Currency_Short_name]), SELECTEDVALUE('Table'[Currency_Short_name]))
The following measure will return the selected value in the slicer. I am assuming that the slicer is created using the Currency_Short_name column from your Table.
Measure = IF( ISFILTERED('Table'[Currency_Short_name]), SELECTEDVALUE('Table'[Currency_Short_name]))
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 53 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 122 | |
| 108 | |
| 44 | |
| 32 | |
| 26 |