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 All, need some help please, I've mapped out many points using lat + long, but I want to search for a specific point and let the map center to this point.
It works with the search added visual, but the problem is that all other points are removednothing searched displays ALL - great
only searched point remains, all others not displayed - not what i want and only the found point remains visible.
I still want to display all the other points but I just want the found point to be centered?
Is this possible and thanks in advance?
Solved! Go to Solution.
Hi, @samue_an
Based on your description, it is unavailable to achieve your requirement directly. As a workaround, you may execute the following steps.
Here is my sample.

You may create a calculated table and a measure as follows.
Calculated table: CitySlicer = DISTINCT('Orders'[ShipCity])
Measure:
Color =
IF(
SELECTEDVALUE('Orders'[ShipCity]) = SELECTEDVALUE(CitySlicer[ShipCity]),
"#FF0000",
"#D3D3D3"
)
Result:

Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I'm profusely sorry about this, been inundated with other work, not even had the time to test the solution but looks like a good workaround, thanks a stack for your help.
Hi, @samue_an
If you take the answer of someone, please mark it as the solution to help the other members who have same problems find it more quickly. If not, let me know and I'll try to help you further. Thanks.
Best Regards
Allan
Hi, @samue_an
Based on your description, it is unavailable to achieve your requirement directly. As a workaround, you may execute the following steps.
Here is my sample.

You may create a calculated table and a measure as follows.
Calculated table: CitySlicer = DISTINCT('Orders'[ShipCity])
Measure:
Color =
IF(
SELECTEDVALUE('Orders'[ShipCity]) = SELECTEDVALUE(CitySlicer[ShipCity]),
"#FF0000",
"#D3D3D3"
)
Result:

Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |