{"id":3585,"date":"2023-04-12T15:39:33","date_gmt":"2023-04-12T15:39:33","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/"},"modified":"2026-01-15T18:01:38","modified_gmt":"2026-01-15T18:01:38","slug":"discovering-custom-maps-in-power-bi-desktop","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/","title":{"rendered":"How Can I Create and Use Custom Shape Maps in Power BI Desktop to Visualize Regional Data?"},"content":{"rendered":"<p>The objective of this exercise is to explore the use of <a href=\"https:\/\/powerbi.microsoft.com\/en-us\/\"><strong>Microsoft Power BI Desktop<\/strong><\/a> (version 2.98.1) to create a map visualization, so, let\u2019s start by answering the question: <em>what is a map visualization?<\/em><em>\u00a0<\/em><\/p>\n<p>Map visualizations are used to analyze and display <u>geographically related data<\/u> and present it in the form of a map. This type of \u201cdata expression\u201d is clearer and more intuitive since individuals can visually see the distribution of data by areas or regions making it easier to identify certain insights within that data.<\/p>\n<p><strong>Speaking of Data<\/strong><\/p>\n<p>As usual, the first step is to identify what data we want to map. The \u201cwhat\u201d is a measure and a context, such as <em>revenue<\/em> by <em>sales region<\/em>. In other words, we want to assess revenues generated by each sales region within an organization.<\/p>\n<p>In this exercise, the data source is a Planning Analytics model where revenue is captured by customer over time. Since the goal is to map revenue by sales region, we need to perform a few steps so the data can be mapped:<\/p>\n<ol>\n<li><strong>Introduce a state dimension<\/strong>. Since we intend on mapping this data, we need to be able to \u201cconnect\u201d the data to a common \u201ckey\u201d. Since our data is based upon customers which all have at least one physical address associated with them, we can use US state as our key. Since State didn\u2019t already exist in our source system, we can introduce a state dimension, which simply lists all 50 state codes.<\/li>\n<li><strong>Add state as an attribute to <em>customers<\/em><\/strong><em>. <\/em>Since revenues are stored in our data source by customer, we can add state as an attribute on the customer dimension. From there, using each customer address, we \u201cmap\u201d each customer in the data base to the state where its corporate headquarters is located.<\/li>\n<li><strong>Aggregate the data<\/strong>. To easily aggregate customer revenues (by state), we can create a repository (or reporting) cube and use a TurboIntegrator process to aggregate revenue from the customer level to the state level and then store it (in the reporting cube). The reporting cube (for now) has just 2 dimensions: <em>state<\/em> and <em>reporting<\/em> <em>measures<\/em>. The measures dimension will have \u201camount\u201d as an element.<\/li>\n<li><strong>Introduce the concept of <em>sales regions<\/em><\/strong>. Since sales regions are groupings of states, we can add a sales region attribute to the state dimension. The sales region attribute will indicate which sales region the state is a member of. Using another TurboIntegrator process, we can create a sales region hierarchy in the state dimension. At this point, all our customers are mapped to a state and all states roll-up to a specific sales region!<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1895 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI1-min.jpg\" alt=\"\" width=\"348\" height=\"485\" \/><\/p>\n<p><em>Partial View of Sales Region Hierarchy in the State Dimension<\/em><\/p>\n<p><strong>Extracting the Dataset<\/strong><\/p>\n<p>Since the idea of this exercise is to report \u201cend-of-period\u201d results (rather than fast moving and in real time) we can use another TurboIntegrator process to extract the data from our source system reporting cube to a CSV formatted text file, which then can be loaded into Power BI.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1896 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI2-min.jpg\" alt=\"\" width=\"304\" height=\"377\" \/><\/p>\n<p><em>Partial View of simple reporting cube<\/em><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1897 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI3-min.jpg\" alt=\"\" width=\"932\" height=\"253\" \/><\/p>\n<p><em>View of extracted CSV text file<\/em><\/p>\n<p><strong>Adding the data to Power BI<\/strong><\/p>\n<p>To use the data in Power BI we need to add it; to add the data to Power BI, you click on <strong>Get data<\/strong> and then select the data source type. Since we have a text file, you select <strong>Text\/CSV<\/strong>:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1883 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI4-min.jpg\" alt=\"\" width=\"870\" height=\"221\" \/><\/p>\n<p>Next, click on <strong>Load<\/strong> and navigate to and select our text file. Power BI will \u201cscan\u201d the data and display a sample of it:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1884 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI5-min.jpg\" alt=\"\" width=\"932\" height=\"439\" \/><\/p>\n<p><strong>Transforming the Data<\/strong><\/p>\n<p>Even though the data is straight forward, as you can see, it\u2019s not looking \u201cquite\u201d the way we expected. This isn\u2019t a problem since Power BI gives us the opportunity to perform some basic transformations on that data before actually loading. Sometimes in Power BI you\u2019ll see <em>transforming data<\/em> referred to as \u201c<em>shaping data<\/em>\u201d. <strong>Shaping data<\/strong>\u00a0means the same thing as transforming the data: renaming columns or tables, changing text to numbers, removing rows, setting the first row as headers, and so on.<\/p>\n<p>First, we can click on <strong>Transform<\/strong> and then \u201c<strong>Split Column<\/strong>\u201d (to use the comma as the column delimiter character) and designate the 1<sup>st<\/sup> row as the header row:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1885 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI6-min.jpg\" alt=\"\" width=\"932\" height=\"379\" \/><\/p>\n<p>Since the data looks better now, we can click on <strong>Apply &amp; Close<\/strong> which tells Power BI to apply the transformations to the data file and then load it into a Power BI model as available <strong>Fields<\/strong> shown here. SR is the name of our file, and the three columns of data found in the file are listed: <em>Count<\/em>, <em>Total Amount<\/em> and <em>Region<\/em>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1886 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI7-min.jpg\" alt=\"\" width=\"256\" height=\"242\" \/><\/p>\n<p><strong>Mapping the Data<\/strong><\/p>\n<p>There are a number of Visualizations shown as icons on the Visualizations pane in Power BI, including two types of maps: the Filled Map and the ArcGIS Map. The Filled map visualization uses the <strong>Location<\/strong> value identified in data to create a map. Location can be a variety of valid locations: countries, states, counties, cities, zip codes, or other postal codes etc. At first thought, this <em>seems<\/em> like what we want but the Filled map uses predetermined locations (such as states) to display the data. Although our sales regions (in our database) are made up of multiple states as a single entity, the Filled Map visualization doesn\u2019t offer a way to define those relationships or infer what states make up what sales regions.<\/p>\n<p>The ArcGIS map is used to display data related\u00a0to specific <em>positions<\/em> on the Earth&#8217;s surface. GIS can show many different kinds of data on one map, such as streets, buildings, and vegetation, but really can\u2019t easily \u201cgroup\u201d positions into a single entity, such as a sales region.<\/p>\n<p><strong>Shape Maps<\/strong><\/p>\n<p>Fortunately, Power BI offers the <strong>Shape Map<\/strong>. Shape maps\u00a0can be used to compare <em>regions<\/em> on a map using color. A\u00a0shape map\u00a0can&#8217;t show precise geographical locations of data points on a map (like ArcGIS maps), instead, its main purpose is to show relative comparisons of regions on a map by coloring them differently, perfect for this exercise.<\/p>\n<p><strong>Using the Shape Map<\/strong><\/p>\n<p>The\u00a0Shape map\u00a0visual is only available in Power BI <em>Desktop<\/em> and not in Power BI service or mobile. Also, it must be enabled before you can use it. To enable\u00a0Shape map, you select\u00a0<strong>File <\/strong>then<strong> Options and Settings <\/strong>then<strong> Options <\/strong>then<strong> Preview Features<\/strong>, and then finally, select the\u00a0<strong>Shape map visual<\/strong>\u00a0checkbox (you&#8217;ll need to restart Power BI Desktop after you make the selection). Once Shape Map is enabled, you can then select the Shape Map icon from the Visualizations pane and Power BI Desktop will create an empty Shape Map visual on the design canvas:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1887 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI8-min.jpg\" alt=\"\" width=\"932\" height=\"420\" \/><\/p>\n<p><strong>Using Custom Maps<\/strong><\/p>\n<p>Even with Shape maps we need to do a bit more work so that Power BI can \u201crecognize\u201d our Sales Regions from within our data. What we need to do is to create a \u201ccustom map\u201d that includes sales region <em>definitions<\/em>. To do that, we need to start with a common a \u201cshape file\u201d and then convert it to <strong>TopoJSON<\/strong>\u00a0format.<\/p>\n<p>What is a shape file? A shapefile is a <a href=\"https:\/\/www.igismap.com\/vector-data-file-formats\/\">vector data file format<\/a> commonly used for\u00a0geospatial analysis. Shapefiles store the location, geometry, and attribution of point, line, and polygon features. A <a href=\"https:\/\/milkator.wordpress.com\/2013\/03\/19\/understanding-the-topojson-data-format\/\"><em>TopoJSON file format<\/em><\/a> (an extension of geoJSON) is\u00a0a format that \u201cencodes topology\u201d. This format contains <em>both<\/em> <strong>geospatial<\/strong> data (arcs) and <strong>attribute<\/strong> data (which \u201cmaps\u201d the geospatial locations into regions). In contrast to other GIS formats, TopoJSON uses arcs which are sequences of points, while line strings and polygons are defined as sequences of arcs.<\/p>\n<p>Bottom Line here is that a shape file will be the \u201cmap\u201d that Power BI will use to translate geospatial data points (coordinates on a map) to a region name.<\/p>\n<p>To create a TopoJSON file for this exercise, I started with a common shape file of US States (which is a free download from https:\/\/www.census.gov\/geographies\/mapping-files). I decided on this file since our visualization will be a map of the US and state outlines. Given these coordinates, Power BI will be able to take the coordinate and identify the state which then can be translated to the sales region that the state is a member of. This compressed file can be easily downloaded and then imported into an online tool<strong>\u00a0(<\/strong><a href=\"https:\/\/mapshaper.org\/\"><strong>Map Shaper<\/strong><\/a><strong>)\u00a0<\/strong>where you can edit and then convert the\u00a0<em>shapefile<\/em>\u00a0into the required\u00a0<strong>TopoJSON<\/strong>\u00a0format.<\/p>\n<p><strong>Map Shaper<\/strong><\/p>\n<p>Map shaper is\u00a0a free, open-source editor that can convert geospatial files, edit attribute data, filter, and dissolve features, simplify boundaries to make files smaller, and more. Below you can see the downloaded US states shape file imported into the Map Shaper desktop:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1888 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI9-min.jpg\" alt=\"\" width=\"919\" height=\"457\" \/><\/p>\n<p>In Map Shaper, I discovered that I could click on each state and change the <em><strong>STUSPS<\/strong><\/em>\u00a0data point to a common field name, in this case the appropriate sales region name that the state is a member of:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1889 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI10-min.jpg\" alt=\"\" width=\"932\" height=\"337\" \/><\/p>\n<p>When all the states are assigned to a sales region, I then click <strong>Export<\/strong> and select the file format Power BI can understand (TopoJSON):<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1890 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI11-min.jpg\" alt=\"\" width=\"317\" height=\"379\" \/><\/p>\n<p>Map shaper then creates a custom shape file that I can import into Power BI.<\/p>\n<p><strong>Adding the Custom Map to Power BI<\/strong><\/p>\n<p>Back in Power BI I have already setup my visualization by dragging <em>Region<\/em> to <strong>Location<\/strong> and\u00a0 <em>Total Amount<\/em> to<strong> Color Saturation<\/strong>:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1891 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI12-min.jpg\" alt=\"\" width=\"409\" height=\"544\" \/><\/p>\n<p>The next step will be to click on the <strong>Format<\/strong> icon and then scroll down to the <strong>Shape <\/strong>section where you will notice that the shape map listed is the default \u201cUSA: States\u201d. We want to click on <strong>+ Add Map<\/strong>, navigate to the file we exported from Map Changer, and select it.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1892 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI13-min.jpg\" alt=\"\" width=\"264\" height=\"327\" \/><\/p>\n<p>Once our custom map is loaded, <em>viola<\/em>! We have a very nice Sales Region map, complete with tool tips that are displayed when you hover over a sales region:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1893 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI14-min.jpg\" alt=\"\" width=\"874\" height=\"508\" \/><\/p>\n<p>If you are curious, you can click on the link labeled View map keys and you will see the data in the custom map file we created:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1894 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI15-min.jpg\" alt=\"\" width=\"932\" height=\"449\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The objective of this exercise is to explore the use of Microsoft Power BI Desktop (version 2.98.1) to create a map visualization, so, let\u2019s start by answering the question: what is a map visualization?\u00a0 Map visualizations are used to analyze and display geographically related data and present it in the form of a map. This&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[27],"tags":[34],"class_list":["post-3585","post","type-post","status-publish","format-standard","hentry","category-quebit-value","tag-data-management"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Can I Create and Use Custom Shape Maps in Power BI Desktop to Visualize Regional Data? - QueBIT<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Can I Create and Use Custom Shape Maps in Power BI Desktop to Visualize Regional Data? - QueBIT\" \/>\n<meta property=\"og:description\" content=\"The objective of this exercise is to explore the use of Microsoft Power BI Desktop (version 2.98.1) to create a map visualization, so, let\u2019s start by answering the question: what is a map visualization?\u00a0 Map visualizations are used to analyze and display geographically related data and present it in the form of a map. This&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T15:39:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-15T18:01:38+00:00\" \/>\n<meta name=\"author\" content=\"agoddard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"agoddard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/\"},\"author\":{\"name\":\"agoddard\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"headline\":\"How Can I Create and Use Custom Shape Maps in Power BI Desktop to Visualize Regional Data?\",\"datePublished\":\"2023-04-12T15:39:33+00:00\",\"dateModified\":\"2026-01-15T18:01:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/\"},\"wordCount\":1669,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/BI1-min.jpg\",\"keywords\":[\"Data Management\"],\"articleSection\":[\"QueBIT Value\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/\",\"name\":\"How Can I Create and Use Custom Shape Maps in Power BI Desktop to Visualize Regional Data? - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/BI1-min.jpg\",\"datePublished\":\"2023-04-12T15:39:33+00:00\",\"dateModified\":\"2026-01-15T18:01:38+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/BI1-min.jpg\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/BI1-min.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/discovering-custom-maps-in-power-bi-desktop\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Can I Create and Use Custom Shape Maps in Power BI Desktop to Visualize Regional Data?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\",\"name\":\"QueBIT\",\"description\":\"QueBIT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\",\"name\":\"agoddard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"caption\":\"agoddard\"},\"sameAs\":[\"https:\\\/\\\/quebit.com\\\/askquebit\"],\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/agoddard\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Can I Create and Use Custom Shape Maps in Power BI Desktop to Visualize Regional Data? - QueBIT","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/","og_locale":"en_US","og_type":"article","og_title":"How Can I Create and Use Custom Shape Maps in Power BI Desktop to Visualize Regional Data? - QueBIT","og_description":"The objective of this exercise is to explore the use of Microsoft Power BI Desktop (version 2.98.1) to create a map visualization, so, let\u2019s start by answering the question: what is a map visualization?\u00a0 Map visualizations are used to analyze and display geographically related data and present it in the form of a map. This&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/","og_site_name":"QueBIT","article_published_time":"2023-04-12T15:39:33+00:00","article_modified_time":"2026-01-15T18:01:38+00:00","author":"agoddard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"agoddard","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/"},"author":{"name":"agoddard","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"headline":"How Can I Create and Use Custom Shape Maps in Power BI Desktop to Visualize Regional Data?","datePublished":"2023-04-12T15:39:33+00:00","dateModified":"2026-01-15T18:01:38+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/"},"wordCount":1669,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI1-min.jpg","keywords":["Data Management"],"articleSection":["QueBIT Value"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/","url":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/","name":"How Can I Create and Use Custom Shape Maps in Power BI Desktop to Visualize Regional Data? - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI1-min.jpg","datePublished":"2023-04-12T15:39:33+00:00","dateModified":"2026-01-15T18:01:38+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI1-min.jpg","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/11\/BI1-min.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/discovering-custom-maps-in-power-bi-desktop\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"How Can I Create and Use Custom Shape Maps in Power BI Desktop to Visualize Regional Data?"}]},{"@type":"WebSite","@id":"https:\/\/quebit.com\/askquebit\/#website","url":"https:\/\/quebit.com\/askquebit\/","name":"QueBIT","description":"QueBIT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quebit.com\/askquebit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084","name":"agoddard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","caption":"agoddard"},"sameAs":["https:\/\/quebit.com\/askquebit"],"url":"https:\/\/quebit.com\/askquebit\/author\/agoddard\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3585","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=3585"}],"version-history":[{"count":1,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3585\/revisions"}],"predecessor-version":[{"id":4902,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3585\/revisions\/4902"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=3585"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=3585"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=3585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}