Forum Discussion
One Slicer Different table...
Yes, it's possible to create multiple graphs based on the selected currency using a slicer in Power BI. You can achieve this by creating separate visualizations for each currency and then using a slicer to filter the data accordingly. Here's how you can do it:
Load Your Data:
- Import your data into Power BI. Make sure it includes columns for Date, Currency, and Exchange Rate.
Create Slicer:
- In the "Fields" pane on the right, find the "Currency" field.
- Drag and drop it onto the report canvas to create a slicer visual.
Create Four Different Visualizations:
- Create four different visualizations (charts or tables) to display exchange rates for AUD, CNY, EUR, and GBP.
- Use the "Date" and "Exchange Rate" fields in these visualizations.
Filter Visualizations Based on Slicer:
- Select each visualization one by one.
- Go to the "Visualizations" pane on the right.
- Under the "Filters" section, drag and drop the "Currency" field.
- Choose the currency you want to display for that specific visualization (e.g., AUD for the first visualization, CNY for the second, and so on).
- Repeat this process for each of the four visualizations.
Arrange the Visualizations:
- Arrange the four visualizations on your report canvas in the desired order (AUD, CNY, EUR, GBP).
Exclude JPY:
- If you don't want to include JPY in any of the visualizations, you can filter it out by selecting each visualization and applying a filter to exclude JPY.
Test the Slicer:
- Use the slicer to select different currencies, and observe how it updates the visualizations accordingly.
If you find this insightful, please provide a Kudo and accept this as a solution.
Dear Devesh_gupta
Thank you for your kind advice.
Because I have over 10 currencies in my table and want to make a random selection to compare the changes in the exchange rate.
So I need a solution for randomized selection...
Can you please help?
- devesh_gupta2 years agoImpactful Individual
Young_G_Han You can follow step 2 of the above solution and create a slicer to randmoly select the currency that you want to convert. I think step 2 is doing this task for you and the four different graphs are showing the 4 currencies to which you want to see visualization.
- Young_G_Han2 years agoHelper III
Dear Devesh Gupta
Thank you.
Because the solution is required for users who don't have any idea about the BI. It must be automatically working.
anyways, thank you.