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: powerbi-docs/developer/embedded/embed-azure-analysis-services.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This article explains how to embed a Power BI report that uses data stored in [A
19
19
20
20
## Prerequisites
21
21
22
-
You'll need a report with a live connection to AAS database, with or without RLS.
22
+
You need a report with a live connection to AAS database, with or without RLS.
23
23
24
24
## Dynamic security - RLS
25
25
@@ -53,10 +53,10 @@ Use the [**service principal object ID**](embedded-troubleshoot.md#whats-the-dif
53
53
54
54
## Analysis Service migration
55
55
56
-
You can [migrate from AAS to Power BI Premium](../../guidance/migrate-azure-analysis-services-to-powerbi-premium-migration-scenarios.md) even if you have an embedded AAS report. Your embedded report won't break during the migration, as long as the principal that's calling the [Embed Token - Generate Token](/rest/api/power-bi/embed-token/generate-token) API, is a member or admin of the workspace.
56
+
You can [migrate from AAS to Power BI Premium](../../guidance/migrate-azure-analysis-services-to-powerbi-premium-migration-scenarios.md) even if you have an embedded AAS report. Your embedded report doesn't break during the migration, as long as the principal that's calling the [Embed Token - Generate Token](/rest/api/power-bi/embed-token/generate-token) API, is a member or admin of the workspace.
57
57
58
58
>[!NOTE]
59
-
> If the service principal is not an admin, and you don't want to make it an admin of the workspace when you migrate, migrate that model into a separate workspace where you can give it admin permissions.
59
+
> If the service principal isn't an admin, and you don't want to make it an admin of the workspace when you migrate, migrate that model into a separate workspace where you can give it admin permissions.
60
60
61
61
## Generate an embed token
62
62
@@ -69,15 +69,15 @@ The information needed to generate an embed token depends on how you're connecte
69
69
To generate an embed token, provide the following information:
70
70
71
71
***Username** (Optional if no RLS. Required for RLS) - The username must be the same as API caller (in this case, the Master user's [UPN](./pbi-glossary.md#user-principal-name-upn)). If the database doesn't use RLS, and no username is provided, the master user's credentials are used.
72
-
***Role** (required for RLS) - The report will only display data if the effective identity is a member of the role.
72
+
***Role** (required for RLS) - The report only displays data if the effective identity is a member of the role.
73
73
74
74
Example:
75
75
76
76
Define the user identity and roles for one of the following three scenarios:
77
77
78
78
* If RLS isn't implemented:
79
79
80
-
There is no need to define any effective identity.
80
+
You don't need to define any effective identity.
81
81
82
82
* If using static RLS:
83
83
@@ -101,7 +101,7 @@ There is no need to define any effective identity.
0 commit comments