The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I have a slicer for several countries and for each country I have a web connection.
How do I connect The Slicer countries to the different web connections?
Explanation:
Slicer Values (1) gets the countries from List (2)
If I choose Germany the Visual (3) shows the values of my web connection (4)
Question:
If I choose another country (e.g. 5) the visual should show the values from connection (6)
The Data on the web connections is refreshed daily, it's no permanent.
Thanks in advance,
Tim
Solved! Go to Solution.
You have two options that I can think of immediately:
Option A (WARNING THIS WILL BE EXTREMELY SLOW)
Keep the tables separate as they are now and write a DAX measure using SWITCH to calculate which web connection to sum
Option B (recommended option)
Append all the web connections in Power Query:
1) Open Power Query
2) Go to the Germany web connections table
3) Add Column > Custom > = "Germany"
4) Repeate this for each country
5) Append Queries as New > 3 or more Queries > select all the web connections
6) Relate the 'List' from your slicer to the new custom country column in your append query
7) Use the Apped query data in your line chart.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
You have two options that I can think of immediately:
Option A (WARNING THIS WILL BE EXTREMELY SLOW)
Keep the tables separate as they are now and write a DAX measure using SWITCH to calculate which web connection to sum
Option B (recommended option)
Append all the web connections in Power Query:
1) Open Power Query
2) Go to the Germany web connections table
3) Add Column > Custom > = "Germany"
4) Repeate this for each country
5) Append Queries as New > 3 or more Queries > select all the web connections
6) Relate the 'List' from your slicer to the new custom country column in your append query
7) Use the Apped query data in your line chart.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Hi,
Thank you very much - exactly what I've needed.
Have a great day!
Regards,
Tim
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
108 | |
82 | |
77 | |
46 | |
39 |
User | Count |
---|---|
137 | |
108 | |
69 | |
64 | |
53 |