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: .NET Core/Embed for your organization/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
### Set up a Power BI app
14
14
15
-
1. Register an Azure AD app using the [Power BI embedding setup tool](https://app.powerbi.com/embedsetup). For more information see [Register an Azure AD application to use with Power BI](https://docs.microsoft.com/power-bi/developer/embedded/register-app).
15
+
1. Register an Azure AD app following the instructions [here](https://go.microsoft.com/fwlink/?linkid=2134543#register-your-app).
16
16
17
17
2. Verify that your Azure AD app have the **Read all datasets** and **Read all reports** permissions.
Copy file name to clipboardExpand all lines: .NET Framework/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Follow the steps on [aka.ms/EmbedForCustomer](https://aka.ms/embedforcustomer)
30
30
31
31
## Set up a Power BI app
32
32
33
-
1. Register an Azure AD app using the [Power BI embedding setup tool](https://app.powerbi.com/embedsetup). For more information see [Register an Azure AD application to use with Power BI](https://docs.microsoft.com/power-bi/developer/embedded/register-app).
33
+
1. Register an Azure AD app following the instructions [here](https://go.microsoft.com/fwlink/?linkid=2134543#register-your-app).
34
34
35
35
2. Verify that your Azure AD app have the **Read all dashboards**, **Read all reports**, and **Read all workspaces** permissions.
Copy file name to clipboardExpand all lines: React-TS/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
## Embed a Power BI report
10
10
11
-
1. Register an Azure AD app using the [Power BI embedding setup tool](https://app.powerbi.com/embedsetup). For more information see [Register an Azure AD application to use with Power BI](https://docs.microsoft.com/power-bi/developer/embedded/register-app).
11
+
1. Register an Azure AD app following the instructions [here](https://go.microsoft.com/fwlink/?linkid=2134543#register-your-app).
12
12
13
13
2. Verify that your Azure AD app have the **Read all reports** permissions.
14
14
@@ -32,6 +32,7 @@ To embed a report the following details must be specified within Config.ts:
32
32
| clientId | Id of the AAD application registered as a Server-side app |
33
33
| workspaceId | Id of the Power BI workspace where the report is hosted |
34
34
| reportId | Id of the report to be embedded |
35
+
| tenantId | Directory (tenant) ID of the AAD application |
35
36
36
37
3. Open terminal and install required dependencies by executing the following command:<br>
0 commit comments