Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The ultimate Microsoft Fabric, Power BI, Azure AI & SQL learning event! Join us in Las Vegas from March 26-28, 2024. Use code MSCUST for a $100 discount. Register Now

Reply
Anonymous
Not applicable

Single visual embedding - getting names of pages and visuals?

As shown in:

 

https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#

 

we have to provide pageName and visualName. These are strings that don't seem to be discoverable from the report designer. If I design a report with pages and visuals on those pages, how do I discover the strings I need to use to display one visual?

 

The names don't seem to be displayed or modifiable anywhere. If I could put one visual per page and then use the page name to show the right visual, that would work. But it turns out that pages have two names: the name and the displayName. The name is used in embedding but is apparently not displayed/editable anywhere. The displayName can be edited in the report designer, but is not the right thing to use in embedding.

 

I know I can get them at the client by embedding the report, waiting for the loaded event, calling getPages on the report and then getVisuals on each page. But that suggests I would need to create a hidden element to embed the report into, go through all those steps, so I could search for the right page (by its display name?) and take its first visual.

 

I guess I'm missing something obvious.

6 REPLIES 6
Gwhiz
Helper I
Helper I

You have to use Power BI service and get the name from the url, it will show as "ReportSectionff84e9ab2bc3f5fb5f74"

 

Then you just plop that into the embeded URL: &pageName=ReportSectionff84e9ab2bc3f5fb5f74 and whalla, they seemed to have changed to a new URL scheme without telling us leaving us clueless when trying to embed only a certain page

Dan_Cundy
Frequent Visitor

I'm guessing no-one has worked out an easy way yo do this yet?

The fact that the powerbi-client library allows specifying a 'default page' implies that these names would be discoverable somehow. https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Configuration-Details#options

 

Has anybody figured this out yet? The only way I have found to get the page 'name' is by calling 'report.getPages()', at which point there's no point in being able to specify a default page when embedding.

gbrueckl
Frequent Visitor

did you ever solve this?

I am currently running into the very same issue.

Using the name for the visual returned by getVisuals() does not seem to work 

Anonymous
Not applicable

Not really. The necessary names are in the .pbix file but you have to unzip it, and then unzip some nested .zip inside it, and then use guesswork to find the names. It's really inconvenient.

 

 

v-micsh-msft
Employee
Employee

If here you prefer to embed the Visual, then the report and report page for the visual are required.

 

Or you may consider to embed the tile in a dashboard:

Integrate a tile into an App

 

Regards,

Michael

 

Helpful resources

Announcements
March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Fabric Community Conference

Microsoft Fabric Community Conference

Join us at our first-ever Microsoft Fabric Community Conference, March 26-28, 2024 in Las Vegas with 100+ sessions by community experts and Microsoft engineering.

Fabric Partner Community

Microsoft Fabric Partner Community

Engage with the Fabric engineering team, hear of product updates, business opportunities, and resources in the Fabric Partner Community.