Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

View all the Fabric Data Days sessions on demand. View schedule

Reply
PowerUser123
Helper II
Helper II

Scatter Plot - Ignore single filter, show respective group

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.

1 REPLY 1
amitchandak
Super User
Super User

@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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors