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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
How can I change the "Currency" by selecting from other Slicer the two options I have like the following print ?
Note: Each currency is related according to each "Location" in Table. The idea is to have only the "US Dollar / Local Currency" Slicer and remove the "Currency" one:
Thanks,
Regards,
Solved! Go to Solution.
Hi @PattemManohar ,
Finally I solved the problem by creating a new Column in each data table (in my case I have 7 tables) and concatenate the Location + the currency and then create a Table to map this with the currency type (local currency or Dollar). Then I create another column with "lookupValue" to get the currency type in a new Column and use this with the Slicer. 🙂
Thanks !
@cristianml I guess, you are looking to capture the slicer value and populate in the Table visual based on the selected value in the slicer. If that is the case then create a measure and use that in the table visual
Test255SelectCurrency = SELECTEDVALUE(Test255Selection[Currency])
Proud to be a PBI Community Champion
Hi @PattemManohar ,
Finally I solved the problem by creating a new Column in each data table (in my case I have 7 tables) and concatenate the Location + the currency and then create a Table to map this with the currency type (local currency or Dollar). Then I create another column with "lookupValue" to get the currency type in a new Column and use this with the Slicer. 🙂
Thanks !
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 127 | |
| 88 | |
| 78 | |
| 66 | |
| 65 |