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
I have a table that has cities and the respective state they are located in. I have a filter for city where a user selects one city. I'd like my scatter plot to show all cities based on the state of the city selected.
For example, if someone chose Los Angeles, the scatter plot would show all cities in California. If someone chose Dallas, the scatter plot would show all cities in Texas.
I can't figure out how to get this to work.
@PowerUser123 , For that Slicer, need to be on the independent city Table
cities is joined dim table and city is independent date table
Measure =
var _tab = summarize(cities, cities [City] in allselected(CIty[City]) ), City[State])
return
calculate(Sum(Table[Value]), filter(cities, cities[State] in _tab)
Power BI Exclude selected Slicer value, Independent Table: https://youtu.be/lOEW-YUrAbE
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 |
---|---|
116 | |
82 | |
75 | |
54 | |
47 |
User | Count |
---|---|
134 | |
124 | |
78 | |
64 | |
63 |