Forum Discussion
Anonymous
4 years agoNot applicable
census data world map
I have some census data at the SA2 level, that indicates how many people where born in 50 other countries (columns) by name for each SA2 region (rows). I would like to show a world map of where peopl...
HotChilli
4 years agoCommunity Champion
I'm not going to download and chase up the tables but the gist of it seems to be that you want to select a place/area from a slicer (in South Australia?) and show the birthplaces on a map. If there is a common field (ID or placename or something) between tables hopefully you can use the SA regions table as a dimension table (so get a relationship between the common fields) so that you can filter the Fact table (the birth areas table). Create a Count or Sum measure which will be placed on the Map visual.
Maybe you can post a very small example of the tables for more assistance.