You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/purview/catalog-managed-vnet.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: zeinam
6
6
ms.service: purview
7
7
ms.subservice: purview-data-catalog
8
8
ms.topic: how-to
9
-
ms.date: 04/21/2022
9
+
ms.date: 01/31/2023
10
10
ms.custom: references_regions
11
11
# Customer intent: As a Microsoft Purview admin, I want to set up Managed Virtual Network and managed private endpoints for my Microsoft Purview account.
12
12
---
@@ -41,14 +41,15 @@ Currently, Managed Virtual Network and managed private endpoints are available f
41
41
Currently, the following data sources are supported to have a managed private endpoint and can be scanned using Managed VNet Runtime in Microsoft Purview:
42
42
43
43
- Azure Blob Storage
44
+
- Azure Cosmos DB
44
45
- Azure Data Lake Storage Gen 2
46
+
- Azure Database for MySQL
47
+
- Azure Database for PostgreSQL
48
+
- Azure Dedicated SQL pool (formerly SQL DW)
49
+
- Azure Files
45
50
- Azure SQL Database
46
51
- Azure SQL Managed Instance
47
-
- Azure Cosmos DB
48
52
- Azure Synapse Analytics
49
-
- Azure Files
50
-
- Azure Database for MySQL
51
-
- Azure Database for PostgreSQL
52
53
53
54
Additionally, you can deploy managed private endpoints for your Azure Key Vault resources if you need to run scans using any authentication options rather than Managed Identities, such as SQL Authentication or Account Key.
Copy file name to clipboardExpand all lines: articles/purview/how-to-lineage-powerbi.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@ ms.author: jingwang
6
6
ms.service: purview
7
7
ms.subservice: purview-data-catalog
8
8
ms.topic: how-to
9
-
ms.date: 08/11/2022
9
+
ms.date: 01/30/2022
10
10
---
11
11
# How to get lineage from Power BI into Microsoft Purview
12
12
13
13
This article elaborates on the data lineage aspects of Power BI source in Microsoft Purview. The prerequisite to see data lineage in Microsoft Purview for Power BI is to [scan your Power BI.](../purview/register-scan-power-bi-tenant.md)
14
14
15
15
>[!IMPORTANT]
16
16
> Currently, supported sources for Power BI Lineage are:
17
-
> * Azure SQL
18
-
> * Azure Storage
17
+
> * Azure SQL Database
18
+
> * Azure Blob Storage
19
19
> * Azure Data Lake Store Gen1
20
20
> * Azure Data Lake Store Gen2
21
21
@@ -37,21 +37,31 @@ Once the [scan of your Power BI](../purview/register-scan-power-bi-tenant.md) is
37
37
* Dataset
38
38
* Report
39
39
* Dashboard
40
+
* Datamart
40
41
41
-
The workspace artifacts will show lineage of Dataflow -> Dataset -> Report -> Dashboard
42
+
The workspace artifacts will show lineage of Dataflow -> Dataset -> Report -> Dashboard.
42
43
43
44
:::image type="content" source="./media/how-to-lineage-powerbi/powerbi-overview.png" alt-text="Screenshot showing how Overview tab is rendered for Power BI assets." lightbox="./media/how-to-lineage-powerbi/powerbi-overview.png":::
44
45
45
-
>[!Note]
46
-
> * Column lineage and transformations inside of PowerBI Datasets is currently not supported
47
-
> * Limited information is currently shown for the Data sources from which the PowerBI Dataflow or PowerBI Dataset is created. E.g.: For SQL server source of a PowerBI datasets only server name is captured.
48
-
49
46
## Lineage of Power BI artifacts in Microsoft Purview
50
47
51
48
Users can search for the Power BI artifact by name, description, or other details to see relevant results. Under the asset overview & properties tab the basic details such as description, classification and other information are shown. Under the lineage tab, asset relationships are shown with the upstream and downstream dependencies.
52
49
53
50
:::image type="content" source="./media/how-to-lineage-powerbi/powerbi-lineage.png" alt-text="Screenshot showing how lineage is rendered for Power BI." lightbox="./media/how-to-lineage-powerbi/powerbi-lineage.png":::
54
51
52
+
The following is an example of column lineage and transformation inside of Power BI Datasets when using Azure SQL Database as source. For measures, you can further click into the column -> Properties -> expression to see the transformation details.
53
+
54
+
:::image type="content" source="./media/how-to-lineage-powerbi/power-bi-lineage-subartifacts.png" alt-text="Screenshot showing how Power BI subartifacts lineage is rendered." lightbox="./media/how-to-lineage-powerbi/power-bi-lineage-subartifacts.png":::
55
+
56
+
## Known limitations
57
+
58
+
* Limited information is currently shown for the Data sources from which the Power BI Dataflow or Power BI Dataset is created. For example, for SQL server source of Power BI dataset, only server/database name is captured.
59
+
* Column lineage (Power BI sub-artifact lineage) and transformations inside of Power BI Datasets is supported when using Azure SQL Database as source in Power BI. Other sources are currently not supported.
60
+
* Few measures aren't shown in the sub-artifact lineage, for example, `COUNTROWS`.
61
+
* In the lineage graph, when selecting measure that is derived by columns using COUNT function, underlying column isn't selected automatically. Check the measure expression in the column properties tab to identify the underlying column.
62
+
* If you used to scan Power BI before sub-artifact lineage is supported, you may see a database asset along with the new table assets in the lineage graph, which isn't removed.
63
+
* In case you have the dataset table connected to another dataset table, when the middle dataset disables "Enable load" option inside the Power BI desktop, the lineage cannot be extracted.
64
+
55
65
## Next steps
56
66
57
67
-[Learn about Data lineage in Microsoft Purview](catalog-lineage-user-guide.md)
0 commit comments