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: powerquery-docs/dataflows/computed-entities.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ To perform in-storage computations, you first must create the dataflow and bring
22
22
23
23
There are two ways you can connect dataflow data to Power BI:
24
24
25
-
*[Using self-service authoring of a dataflow](https://docs.microsoft.com/power-bi/service-dataflows-create-use)
25
+
*[Using self-service authoring of a dataflow](/power-bi/service-dataflows-create-use)
26
26
* Using an external dataflow
27
27
28
28
The following sections describe how to create computed entities on your dataflow data.
@@ -69,7 +69,7 @@ And that's it—the transformation is done on the data in the dataflow that
69
69
70
70
It's important to note that if you remove the workspace from Power BI Premium capacity, the associated dataflow will no longer be refreshed.
71
71
72
-
When working with dataflows specifically created in an organization's Azure Data Lake Storage account, linked entities and computed entities only work properly when the entities reside in the same storage account. More information: [Connect Azure Data Lake Storage Gen2 for dataflow storage](https://docs.microsoft.com/power-bi/service-dataflows-connect-azure-data-lake-storage-gen2)
72
+
When working with dataflows specifically created in an organization's Azure Data Lake Storage account, linked entities and computed entities only work properly when the entities reside in the same storage account. More information: [Connect Azure Data Lake Storage Gen2 for dataflow storage](/power-bi/service-dataflows-connect-azure-data-lake-storage-gen2)
73
73
74
74
Linked entities are only available for dataflows created in Power BI and Power Apps. As a best practice, when doing computations on data joined by on-premises and cloud data, create a new entity to perform such computations. This provides a better experience than using an existing entity for computations, such as an entity that is also querying data from both sources and doing in-storage transformations.
75
75
@@ -86,16 +86,16 @@ This article described computed entities and dataflows. Here are some more artic
86
86
87
87
The following links provide additional information about dataflows in Power BI and other resources:
88
88
89
-
*[Create and use dataflows in Power BI](https://docs.microsoft.com/power-bi/service-dataflows-create-use)
90
-
*[Using dataflows with on-premises data sources](https://docs.microsoft.com/power-bi/service-dataflows-on-premises-gateways)
91
-
*[Developer resources for Power BI dataflows](https://docs.microsoft.com/power-bi/service-dataflows-developer-resources)
*[Add a CDM folder to Power BI as a dataflow (Preview)](https://docs.microsoft.com/power-bi/service-dataflows-add-cdm-folder)
94
-
*[Connect Azure Data Lake Storage Gen2 for dataflow storage (Preview)](https://docs.microsoft.com/power-bi/service-dataflows-connect-azure-data-lake-storage-gen2)
89
+
*[Create and use dataflows in Power BI](/power-bi/service-dataflows-create-use)
90
+
*[Using dataflows with on-premises data sources](/power-bi/service-dataflows-on-premises-gateways)
91
+
*[Developer resources for Power BI dataflows](/power-bi/service-dataflows-developer-resources)
Copy file name to clipboardExpand all lines: powerquery-docs/dataflows/configuring-storage-and-compute-options-for-analytical-dataflows.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ Before creating a dataflow that uses your organization's Data Lake Storage accou
29
29
30
30
### Linking Power BI to your organization's Azure Data Lake Storage
31
31
32
-
To configure Power BI dataflows to store data in your organization's Data Lake Storage, you need to follow the steps described in [Connect Azure Data Lake Storage Gen2 for dataflow storage](https://docs.microsoft.com/power-bi/transform-model/service-dataflows-connect-azure-data-lake-storage-gen2) in the Power BI admin portal.
32
+
To configure Power BI dataflows to store data in your organization's Data Lake Storage, you need to follow the steps described in [Connect Azure Data Lake Storage Gen2 for dataflow storage](/power-bi/transform-model/service-dataflows-connect-azure-data-lake-storage-gen2) in the Power BI admin portal.
33
33
34
-

34
+

35
35
36
36
### Linking a Power Platform environment to your organization's Azure Data Lake Storage
37
37
38
-
To configure dataflows created in Power Apps to store data in your organization's Azure Data Lake Storage, follow the steps in [Connect Azure Data Lake Storage Gen2 for dataflow storage](https://docs.microsoft.com/powerapps/maker/common-data-service/connect-azure-data-lake-storage-for-dataflow) in Power Apps.
38
+
To configure dataflows created in Power Apps to store data in your organization's Azure Data Lake Storage, follow the steps in [Connect Azure Data Lake Storage Gen2 for dataflow storage](/powerapps/maker/common-data-service/connect-azure-data-lake-storage-for-dataflow) in Power Apps.
39
39
40
-

40
+

41
41
42
42
### Known limitations
43
43
@@ -47,16 +47,16 @@ To configure dataflows created in Power Apps to store data in your organization'
47
47
48
48
## The enhanced compute engine
49
49
50
-
In Power BI, in addition to the standard dataflow engine, an enhanced compute engine is available for the dataflows created in Power BI Premium workspaces. You can configure this setting in the Power BI admin portal, under the Premium capacity settings. The enhanced compute engine is available in Premium P1 or A3 capacities and above. The enhanced compute engine reduces the refresh time required for long-running extract, transform, load (ETL) steps over computed entities, such as joins, distinct, filters, and group by. It also provides the ability to perform DirectQuery over entities from the Power BI dataset. More information: [The enhanced compute engine](https://docs.microsoft.com/power-bi/transform-model/service-dataflows-enhanced-compute-engine)
50
+
In Power BI, in addition to the standard dataflow engine, an enhanced compute engine is available for the dataflows created in Power BI Premium workspaces. You can configure this setting in the Power BI admin portal, under the Premium capacity settings. The enhanced compute engine is available in Premium P1 or A3 capacities and above. The enhanced compute engine reduces the refresh time required for long-running extract, transform, load (ETL) steps over computed entities, such as joins, distinct, filters, and group by. It also provides the ability to perform DirectQuery over entities from the Power BI dataset. More information: [The enhanced compute engine](/power-bi/transform-model/service-dataflows-enhanced-compute-engine)
The articles below provide further information that can be helpful.
57
57
58
-
-[Connect Azure Data Lake Storage Gen2 for dataflow storage (Power BI dataflows)](https://docs.microsoft.com/power-bi/service-dataflows-connect-azure-data-lake-storage-gen2)
59
-
-[Connect Azure Data Lake Storage Gen2 for dataflow storage (Power Platform dataflows)](https://docs.microsoft.com/powerapps/maker/common-data-service/connect-azure-data-lake-storage-for-dataflow)-->
58
+
-[Connect Azure Data Lake Storage Gen2 for dataflow storage (Power BI dataflows)](/power-bi/service-dataflows-connect-azure-data-lake-storage-gen2)
59
+
-[Connect Azure Data Lake Storage Gen2 for dataflow storage (Power Platform dataflows)](/powerapps/maker/common-data-service/connect-azure-data-lake-storage-for-dataflow)-->
60
60
-[Creating computed entities in dataflows](computed-entities.md)
Copy file name to clipboardExpand all lines: powerquery-docs/dataflows/create-use.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,17 +64,17 @@ Most dataflow capabilities are available in both Power Apps and Power BI. Datafl
64
64
65
65
More information about dataflows in Power Apps:
66
66
67
-
-[Self-service data prep in Power Apps](https://go.microsoft.com/fwlink/?linkid=2099972)
68
-
-[Creating and using dataflows in Power Apps](https://go.microsoft.com/fwlink/?linkid=2100076)
69
-
-[Connect Azure Data Lake Storage Gen2 for dataflow storage](https://go.microsoft.com/fwlink/?linkid=2099973)
70
-
-[Add data to a table in Dataverse by using Power Query](https://go.microsoft.com/fwlink/?linkid=2100075)
67
+
-[Self-service data prep in Power Apps](/powerapps/maker/data-platform/self-service-data-prep-with-dataflows)
68
+
-[Creating and using dataflows in Power Apps](/powerapps/maker/data-platform/create-and-use-dataflows)
69
+
-[Connect Azure Data Lake Storage Gen2 for dataflow storage](/powerapps/maker/data-platform/connect-azure-data-lake-storage-for-dataflow)
70
+
-[Add data to a table in Dataverse by using Power Query](/powerapps/maker/data-platform/add-data-power-query)
71
71
- Visit the Power Apps [dataflow community](https://go.microsoft.com/fwlink/?linkid=2099971) and share what you’re doing, ask questions, or [submit new ideas](https://go.microsoft.com/fwlink/?linkid=2100074)
72
72
- Visit the Power Apps dataflow community forum and share what you’re doing, ask questions, or [submit new ideas](https://go.microsoft.com/fwlink/?linkid=2100074)
73
73
74
74
More information about dataflows in Power BI:
75
75
76
-
*[Self-service data prep in Power BI](https://docs.microsoft.com/power-bi/service-dataflows-overview)
77
-
*[Create and use dataflows in Power BI](https://docs.microsoft.com/power-bi/service-dataflows-create-use)
76
+
*[Self-service data prep in Power BI](/power-bi/service-dataflows-overview)
77
+
*[Create and use dataflows in Power BI](/power-bi/service-dataflows-create-use)
* Detailed [video](https://aka.ms/DataflowIntroVideo) of a dataflows walkthrough
80
80
* Visit the Power BI [dataflows community](https://community.powerbi.com/t5/Service/bd-p/power-bi-web-app) and share what you're doing, ask questions, or [submit new ideas](https://ideas.powerbi.com/forums/265200-power-bi-ideas?category_id=341638)
@@ -90,6 +90,6 @@ The following articles go into more detail about common usage scenarios for data
90
90
91
91
For more information about Common Data Model and the Common Data Model folder standard, read the following articles:
92
92
93
-
*[Common Data Model - overview](https://docs.microsoft.com/powerapps/common-data-model/overview)
94
-
*[Common Data Model folders](https://go.microsoft.com/fwlink/?linkid=2045304)
95
-
*[Common Data Model folder model file definition](https://go.microsoft.com/fwlink/?linkid=2045521)
93
+
*[Common Data Model - overview](/powerapps/common-data-model/overview)
94
+
*[Common Data Model folders](/common-data-model/data-lake)
95
+
*[Common Data Model folder model file definition](/common-data-model/model-json)
Copy file name to clipboardExpand all lines: powerquery-docs/dataflows/data-sources.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ LocalizationGroup: Data from files
18
18
19
19
With Microsoft Power Platform dataflows, you can connect to many different data sources to create new dataflows, or add new entities to an existing dataflow.
20
20
21
-
This article lists many available data sources for creating or adding to dataflows, and describes how to create those dataflows by using these data sources. For an overview of how to create and use dataflows, see [Creating and using dataflows in Power BI](https://docs.microsoft.com/power-bi/service-dataflows-create-use).
21
+
This article lists many available data sources for creating or adding to dataflows, and describes how to create those dataflows by using these data sources. For an overview of how to create and use dataflows, see [Creating and using dataflows in Power BI](/power-bi/service-dataflows-create-use).
22
22
23
23
## Create a dataflow entity from a data source
24
24
@@ -179,14 +179,14 @@ For information about individual Power Query connectors, go to the [connector re
179
179
180
180
Additional information about dataflows and related information can be found in the following articles:
181
181
182
-
*[Create and use dataflows in Power BI](https://docs.microsoft.com/power-bi/service-dataflows-create-use)
183
-
*[Using dataflows with on-premises data sources](https://docs.microsoft.com/power-bi/service-dataflows-on-premises-gateways)
184
-
*[Developer resources for Power BI dataflows](https://docs.microsoft.com/power-bi/service-dataflows-developer-resources)
185
-
*[Dataflows and Azure Data Lake integration (Preview)](https://docs.microsoft.com/power-bi/service-dataflows-azure-data-lake-integration)
182
+
*[Create and use dataflows in Power BI](/power-bi/service-dataflows-create-use)
183
+
*[Using dataflows with on-premises data sources](/power-bi/service-dataflows-on-premises-gateways)
184
+
*[Developer resources for Power BI dataflows](/power-bi/service-dataflows-developer-resources)
185
+
*[Dataflows and Azure Data Lake integration (Preview)](/power-bi/service-dataflows-azure-data-lake-integration)
186
186
187
187
For more information about Power Query and scheduled refresh, you can read these articles:
188
-
*[Query overview in Power BI Desktop](https://docs.microsoft.com/power-bi/desktop-query-overview)
Copy file name to clipboardExpand all lines: powerquery-docs/dataflows/how-to-migrate-queries-from-power-query-desktop-to-dataflows.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: gepopell
12
12
13
13
If you already have queries in Power Query, either in Power BI Desktop or in Excel, you might want to migrate the queries into dataflows. The migration process is simple and straightforward. In this article, you'll learn the steps to do so.
14
14
15
-
To learn how to create a dataflow in Microsoft Power Platform, go to [Create and use dataflows in Power Platform](https://docs.microsoft.com/data-integration/dataflows/dataflows-integration-overview). To learn how to create a dataflow in Power BI, go to [Creating and using dataflows in Power BI](https://docs.microsoft.com/power-bi/service-dataflows-create-use).
15
+
To learn how to create a dataflow in Microsoft Power Platform, go to [Create and use dataflows in Power Platform](/data-integration/dataflows/dataflows-integration-overview). To learn how to create a dataflow in Power BI, go to [Creating and using dataflows in Power BI](/power-bi/service-dataflows-create-use).
16
16
17
17
## Migrating the queries from the desktop
18
18
@@ -69,7 +69,7 @@ To migrate queries from Power Query in the desktop tools:
69
69
70
70
If your data source is an on-premises source, you need to perform an extra step. Examples of on-premises sources can be Excel files in a shared folder in a local domain, or a SQL Server database hosted in an on-premises server.
71
71
72
-
A dataflow, as a cloud-based service, requires the on-premises data gateway to connect to the on-premises data source. You need to [install and configure the gateway](https://docs.microsoft.com/data-integration/gateway/service-gateway-install) for that source system, and then add [the data source for it](https://docs.microsoft.com/data-integration/gateway/service-gateway-manage). After you've completed these steps, you can select the on-premises data gateway when you create the entity in the dataflow.
72
+
A dataflow, as a cloud-based service, requires the on-premises data gateway to connect to the on-premises data source. You need to [install and configure the gateway](/data-integration/gateway/service-gateway-install) for that source system, and then add [the data source for it](/data-integration/gateway/service-gateway-manage). After you've completed these steps, you can select the on-premises data gateway when you create the entity in the dataflow.
@@ -102,8 +102,7 @@ After migrating your queries to the dataflow, you must refresh the dataflow to g
102
102
103
103
## Get data from Power Query Desktop
104
104
105
-
You can now get data from dataflow entities in Power BI Desktop by using the Power Platform dataflow or Common Data Service connectors (depending on what type of dataflow you're using, analytical or standard). More information: [Connect to data created by Power Platform dataflows in Power BI Desktop](https://docs.microsoft.com/power-bi/desktop-connect-dataflows)
105
+
You can now get data from dataflow entities in Power BI Desktop by using the Power Platform dataflow or Common Data Service connectors (depending on what type of dataflow you're using, analytical or standard). More information: [Connect to data created by Power Platform dataflows in Power BI Desktop](/power-bi/desktop-connect-dataflows)
106
106
107
107
108
-

109
-
108
+

0 commit comments