Skip to content

Commit 89c32bc

Browse files
committed
Update embed-azure-analysis-services.md
1 parent 87c64d4 commit 89c32bc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

powerbi-docs/developer/embedded/embed-azure-analysis-services.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article explains how to embed a Power BI report that uses data stored in [A
1919

2020
## Prerequisites
2121

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.
2323

2424
## Dynamic security - RLS
2525

@@ -53,10 +53,10 @@ Use the [**service principal object ID**](embedded-troubleshoot.md#whats-the-dif
5353

5454
## Analysis Service migration
5555

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.
5757

5858
>[!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.
6060
6161
## Generate an embed token
6262

@@ -69,15 +69,15 @@ The information needed to generate an embed token depends on how you're connecte
6969
To generate an embed token, provide the following information:
7070

7171
* **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.
7373

7474
Example:
7575

7676
Define the user identity and roles for one of the following three scenarios:
7777

7878
* If RLS isn't implemented:
7979

80-
There is no need to define any effective identity.
80+
You don't need to define any effective identity.
8181

8282
* If using static RLS:
8383

@@ -101,7 +101,7 @@ There is no need to define any effective identity.
101101
```
102102

103103
>[!NOTE]
104-
>`customData` in the embed token cannot be larger than 1,024 characters.
104+
>`customData` in the embed token can't be larger than 1,024 characters.
105105

106106
Use the effective identity to generate an embed token:
107107

@@ -176,7 +176,7 @@ public EmbedToken GetEmbedToken(Guid reportId, IList<Guid> datasetIds, [Optional
176176

177177
---
178178

179-
Use the embed token to embed the report into your app or website. Your report will filter data according to the applied RLS in the report.
179+
Use the embed token to embed the report into your app or website. Your report filters data according to the applied RLS in the report.
180180

181181
## Related content
182182

0 commit comments

Comments
 (0)