Forum Discussion
Anonymous
3 years agoNot applicable
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...
amitchandak
3 years agoSuper 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
Anonymous
3 years agoNot 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.