Support Center

Quick start

You must be logged in as an Admin/SuperUser or have permissions to add modules to the page.

Step 1

Begin by clicking on Manage action link.

Step 2

Map the Authorization settings by specify User Name, Password and Client ID

Authorization Settings

Step 3 (If Embed Type is selected as Report)

Navigate Embed then Specify Title, Embed Type as Report, Show Report Filter, Group, Report, Dataset, Page Name and Filter Script (Advanced Users Only)

 

Item

Step 4 (If Embed Type is selected as Report Visual)

Specify Title, Embed Type as Report Visual, Show Report Filter, Group, Report, Page Name, Visual Name, Filter Script(Advanced Users Only) 

Report Visual

Step 5 (If Embed Type is selected as Dashboard)

Specify Title, Embed Type as Dashboard, Group, Dashboard 

Dashboard

Step 6 (If Embed Type is selected as Tile)

Specify Title, Embed Type as Tile, Group, Dashboard and Tile

Tile

Step 7

Now, You can see the reports by navigating Power BI Tab

Report

Note:

  • Page Name: It should be unique identifier for the Page. You will find the identifier by entering viewing the page within a report in the Power BI Service. The identifier is in the URL.
  • Filter Script: You can specify Filter Script same like below example

               "$schema": "http://powerbi.com/product/schema#advanced",
               "target": {
                             "table": "TableName",
                             "column": "ColumnName"
                           },
               "operator": "Is",
               "values": ["[User:Username]"]

  • Visual Name: It can be retrieved using the GetVisuals method on the Page object.

Glad we could be helpful. Thanks for the feedback.

Sorry we couldn't be helpful. Your feedback will help us improve this article.

How helpful was this page?

  
Updated on Mon, 27 Jul 2020 by Manish Kumar