Skip to content

Commit fafa829

Browse files
committed
3089992
1 parent baf6d7f commit fafa829

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

powerapps-docs/maker/portals/admin/add-powerbi-report.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 03/30/2022
8+
ms.date: 12/09/2022
99
ms.subservice: portals
1010
ms.author: nenandw
1111
ms.reviewer: ndoelman
@@ -16,7 +16,6 @@ contributors:
1616

1717
# Add a Power BI report or dashboard to a webpage in a portal
1818

19-
2019
[!INCLUDE[cc-pages-ga-banner](../../../includes/cc-pages-ga-banner.md)]
2120

2221
> [!TIP]
@@ -118,7 +117,9 @@ You can use [powerbi-client JavaScript library](https://github.com/microsoft/Pow
118117
Below is a sample JavaScript to update the report settings or to handle events. This sample disables filter pane, disables page navigation, and enables *dataSelected* event.
119118

120119
> [!IMPORTANT]
121-
> Use powerbi-client JavaScript library to disable or enable filter pane. However, if you want to restrict access to data or configure security, use [Row-level security (RLS) with Power BI](/power-bi/admin/service-admin-rls). Disabling filter pane doesn't restrict data access, and it can be re-enabled using JavaScript library code.
120+
> - Use powerbi-client JavaScript library to disable or enable filter pane. However, if you want to restrict access to data or configure security, use [Row-level security (RLS) with Power BI](/power-bi/admin/service-admin-rls). Disabling filter pane doesn't restrict data access, and it can be re-enabled using JavaScript library code.
121+
> - The powerbi-client JavaScript library is supports **PowerBI Embedded** flow.
122+
> - The powerbi-client JavaScript library does not support **Azure Active Directory** (AAD) flow.
122123
123124
```javascript
124125
$(document).ready(function () {

0 commit comments

Comments
 (0)