'How to toggle between two maps in a same map

I have a table of clients that specifies their state and their city.

like this:

_________________________
| client | state | city |
|    1   | texas |dallas|
|    2   | texas |austin|
|  ...   |  ...  | ...  |
|________|_______|______|

I want to have a map in which i can choose to show the states in which i have clients and then have the option to toggle to another mode that shows the cities i have clients in.

Is there a way to do this in power bi?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source