Skip to content

Commit b247efa

Browse files
committed
Review
1 parent 5a80bcc commit b247efa

File tree

2 files changed

+25
-15
lines changed

2 files changed

+25
-15
lines changed

articles/purview/catalog-conditional-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: zeinam
66
ms.service: purview
77
ms.subservice: purview-data-catalog
88
ms.topic: how-to
9-
ms.date: 01/14/2022
9+
ms.date: 03/23/2023
1010
# Customer intent: As an identity and security admin, I want to set up Azure Active Directory Conditional Access for Microsoft Purview, for secure access.
1111
---
1212

articles/purview/how-to-lineage-powerbi.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,25 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-catalog
88
ms.topic: how-to
9-
ms.date: 01/30/2022
9+
ms.date: 03/23/2023
1010
---
1111
# How to get lineage from Power BI into Microsoft Purview
1212

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)
13+
This article elaborates on the data lineage for Power BI sources in Microsoft Purview.
14+
15+
## Prerequisites
16+
17+
To see data lineage in Microsoft Purview for Power BI, you must first [register and scan your Power BI source.](../purview/register-scan-power-bi-tenant.md)
1418

1519
## Common scenarios
1620

17-
1. After the Power BI source is scanned, data consumers can perform root cause analysis of a report or dashboard from Microsoft Purview. For any data discrepancy in a report, users can easily identify the upstream datasets and contact their owners if necessary.
21+
After a Power BI source has been scanned, lineage information for your current data assets, and data assets referenced by Power BI, will automatically be added in the Microsoft Purview Data Catalog.
22+
23+
1. Data consumers can perform root cause analysis of a report or dashboard from Microsoft Purview. For any data discrepancy in a report, users can easily identify the upstream datasets and contact their owners if necessary.
1824

19-
2. Data producers can see the downstream reports or dashboards consuming their dataset. Before making any changes to their datasets, the data owners can make informed decisions.
25+
1. Data producers can see the downstream reports or dashboards consuming their dataset. Before making any changes to their datasets, the data owners can make informed decisions.
2026

21-
2. Users can search by name, endorsement status, sensitivity label, owner, description, and other business facets to return the relevant Power BI artifacts.
27+
1. Users can search by name, endorsement status, sensitivity label, owner, description, and other business facets to return the relevant Power BI artifacts.
2228

2329
## Power BI artifacts in Microsoft Purview
2430

@@ -35,16 +41,20 @@ Once the [scan of your Power BI](../purview/register-scan-power-bi-tenant.md) is
3541

3642
## Lineage of Power BI artifacts in Microsoft Purview
3743

38-
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.
44+
Users can search for a Power BI artifact by name, description, or other details to see relevant results. Under the asset overview and properties tabs, the basic details such as description, classification are shown. Under the lineage tab, asset relationships are shown with the upstream and downstream dependencies.
3945

40-
Microsoft Purview captures lineage among Power BI artifacts (e.g. Dataflow -> Dataset -> Report -> Dashboard) as well as external data assets.
46+
Microsoft Purview captures lineage among Power BI artifacts (for example: Dataflow -> Dataset -> Report -> Dashboard) and external data assets.
4147

4248
>[!NOTE]
43-
> For lineage between Power BI artifacts and external data assets, currently the supported source types are: Azure SQL Database, Azure Blob Storage, Azure Data Lake Store Gen1, and Azure Data Lake Store Gen2.
49+
> For lineage between Power BI artifacts and external data assets, currently the supported source types are:
50+
>* Azure SQL Database
51+
>* Azure Blob Storage
52+
>* Azure Data Lake Store Gen1
53+
>* Azure Data Lake Store Gen2
4454
4555
:::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":::
4656

47-
In addition, column level lineage (Power BI sub-artifact lineage) and transformation inside of Power BI datasets are captured when using Azure SQL Database as source. For measures, you can further click into the column -> Properties -> expression to see the transformation details.
57+
In addition, column level lineage (Power BI subartifact lineage) and transformation inside of Power BI datasets are captured when using Azure SQL Database as source. For measures, you can further select column -> Properties -> expression to see the transformation details.
4858

4959
>[!NOTE]
5060
> Column level lineage and transformations is supported when using Azure SQL Database as source. Other sources are currently not supported.
@@ -53,11 +63,11 @@ In addition, column level lineage (Power BI sub-artifact lineage) and transforma
5363

5464
## Known limitations
5565

56-
* 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.
57-
* Few measures aren't shown in the sub-artifact lineage, for example, `COUNTROWS`.
58-
* 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.
59-
* 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.
60-
* 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.
66+
* Limited information is currently shown for data sources where the Power BI Dataflow or Power BI Dataset is created. For example, for a SQL server source of Power BI dataset, only server/database name is captured.
67+
* Some measures aren't shown in the subartifact lineage, for example, `COUNTROWS`.
68+
* In the lineage graph, when selecting a measure that is derived by columns using the COUNT function, the underlying column isn't selected automatically. Check the measure expression in the column properties tab to identify the underlying column.
69+
* If you scanned your Power BI source before subartifact lineage was supported, you may see a database asset along with the new table assets in the lineage graph, which isn't removed.
70+
* In case you have the dataset table connected to another dataset table, when the middle dataset disables the "Enable load" option inside the Power BI desktop, and the lineage can't be extracted.
6171

6272
## Next steps
6373

0 commit comments

Comments
 (0)