Forum Discussion
Custom Shape Map with Locations within a larger Location Issue
After being a longtime Tableau user, I recently started using PowerBI in my new job. I have a map that shows Tennessee Counties and Public School Districts that I am having problems with. Within some counties, there are two or more school districts. When I hover over a county with multiple districts, the tooltip will only shows one of the districts no matter where I hover in the county. I assume this has something to do with the many-to-1 (school districts to county) relationship in the data and not sure how to fix it. Any suggestions on how to solve this so the correct information shows up for the specific district I choose?
2 Replies
- amitchandakSuper User
Anonymous , Create a measure with concatenatex
concatenatex(Table, Table[Column], ", ")
and use in tooltip
or use tooltip page
Power BI Tooltip Page: How to pass selective values to the tooltip page: https://www.youtube.com/watch?v=lEq7YtkxeLU
- AnonymousNot applicable
This helps a lot and answers a different question that I had. I may not have asked the question correctly, my apologies. So in the example below Murfreesboro City Schools (1 on the map) has one set of data points and is the district in the middle of the county and Rutherford County Schools (2 on the map) has a different set of data points. When I look at the tooltip they both say Murfreesboro City Schools instead of 2 being Rutherford County Schools.