Skip to content

Commit 199b401

Browse files
authored
Merge pull request #269487 from stevemunk/PowerBI-Visual-add-data-resdiency
Add new article 'Power BI Azure Maps Visual Data Residency'.
2 parents 2192701 + 756920e commit 199b401

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed
92.6 KB
Loading
58.8 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Azure Maps Power BI visual Data Residency
3+
titleSuffix: Microsoft Azure Maps Power BI visual
4+
description: This article covers the Azure Maps Power BI visual Data Residency.
5+
author: deniseatmicrosoft
6+
ms.author: limingchen
7+
ms.date: 03/22/2024
8+
ms.topic: how-to
9+
ms.service: azure-maps
10+
services: azure-maps
11+
---
12+
13+
# Azure Maps Power BI visual Data Residency
14+
15+
The Azure Maps Power BI visual can get a users' tenant location and use it to call the correct Azure Maps geographic endpoints. For instance, if a user's tenant is located in Europe, Power BI calls the Azure Maps' `eu` endpoint `eu.atlas.microsoft.com`, ensuring that their data doesn't leave the Europe region. Similarly if users' tenant is in the US, `us.atlas.microsoft.com` is called and users' data doesn't leave the US region.
16+
17+
## Tenent location
18+
19+
To discover your tenant's location in Power BI:
20+
21+
1. Open the Help menu drop-down list by selecting the `?`
22+
23+
:::image type="content" source="media/power-bi-visual/help-menu.png" alt-text="Screenshot showing the help menu in Power BI.":::
24+
25+
1. Select **About Power BI**
26+
1. Once the **About Power BI** dialog box opens, notice the **your data is stored in** followed by the tenent location, which is, in this example, Ireland.
27+
28+
:::image type="content" source="media/power-bi-visual/about-power-bi.png" alt-text="Screenshot showing the About Power BI diloag box.":::
29+
30+
The previous example would use the `eu.atlas.microsoft.com` endpoint.
31+
32+
> [!NOTE]
33+
> The region used for [Power BI premium capacity] is currently not taken into consideration when determining which Azure Maps geographic endpoints are called.
34+
35+
## Next steps
36+
37+
Learn more about specifying a geographic scope and why it matters.
38+
39+
> [!div class="nextstepaction"]
40+
> [Azure Maps service geographic scope]
41+
42+
[Azure Maps service geographic scope]: geographic-scope.md
43+
[Power BI Premium Capacity]: /power-bi/enterprise/service-premium-capacity-manage

articles/azure-maps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,8 @@ items:
389389
href: power-bi-visual-on-object-interaction.md
390390
- name: Show real-time traffic
391391
href: power-bi-visual-show-real-time-traffic.md
392+
- name: Power BI Azure Maps Visual Data Residency
393+
href: power-bi-visual-data-residency.md
392394
- name: Manage access
393395
href: power-bi-visual-manage-access.md
394396
- name: Use Azure Maps in Power Apps

0 commit comments

Comments
 (0)