Skip to content

Commit 2cda764

Browse files
committed
update
1 parent 8db7735 commit 2cda764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ var report = powerbi.get(embedContainer);
115115

116116
### Work with Power BI panes
117117

118-
You can use the settings for **Panes** to work with Power BI panes on a portals web page. For example, you can use the filters setting to hide or show the pane. Or, use the paging with page navigation setting.
118+
You can use the settings for panes to work with Power BI panes on a portals web page. For example, you can use the filters setting to hide or show the pane. Or, use the paging with page navigation setting.
119119

120120
Below is the sample to remove filters pane:
121121

@@ -152,7 +152,7 @@ More information: [Update settings](https://github.com/Microsoft/PowerBI-JavaScr
152152

153153
### Handle events
154154

155-
The embedded component can emit events upon invoking a completion of an executed command. For example, `dataSelected`.
155+
The embedded component can emit events upon invoking a completion of an executed command. For example, below is a sample for `dataSelected` event.
156156

157157
```javascript
158158
//Report.off removes a given event listener if it exists

0 commit comments

Comments
 (0)