- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
xpath of visuals changing even when report is not changed
Hi All
I have a report that is embedded in a PowerApp and we need to create PPTs from all pages in the PowerApp, including my PBI report.
We have considered many solutions, and currently we are trying to do it via UI automation.
The report includes a slicer and the automation needs to iterate over the slicer values and take a screenshot after each selection.
The automation tool being used, Ginger, identifies the elements on the screen using xpath.
Our developer is facing a problem where the xpath of the visuals is not constant.
Even without publishing a new version of the report, one day the xpath might be one day like this:
/html[1]/body[1]/div[3]/iframe[1],/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[11]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]
And next day, it's like this:
/html[1]/body[1]/div[3]/iframe[1],/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[15]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]
Any idea what triggers the change in these xpaths?
Is there a way to keep them constant?
Thanks a lot in advance 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should consider printing out the PPT, scanning it in and then storing the scans in a PDF...
Have you considered using the Dataset.ExecuteQueries API instead?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you so much for the reply.
To be honest, I'm not sure I understand the recommendation 🙂
Can you please elaborate?
I checked the Dataset.ExecuteQueries API documentation. How does that help in taking the relevant screenshots of different slicer values?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What I am trying to point out is that your process design might need some rethinking. What is your ultimate business goal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The PowerApp and embedded PowerBI contain data describing the current status (the NOW).
Users would like to product slides from all pages/reports for 2 reasons:
- future reference.
- sending the slides to external users who cannot have access to the app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is my personal, biased opinion:
#1: That's what properly maintained database tables are for
#2: That smells like a data security issue and a potential licensing issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
About having everything in DB, that it is of course a valid option, but it's too complex for our needs. And regarding the security , each user is responsible for the data he/shes and knows to whom slides can be sent or not.
Now, I'm sure you are aware that PowerBI workspaces do have the option to create PPT/PDF for a report. In view if your 2 points above, would you tell the PowerBI team that they shouldn't provide this option? 🙂
Let's go back to original question: any idea why and when xpaths of visuals are modified?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With every single release of Power BI desktop you can assume that there is a buddy release of Power BI Service to keep the query engines in sync. At the same time Microsoft keeps tuning the rendering process, especially now since they are migrating to the WebView2 renderer.
Power BI July 2021 Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
You have to expect your xpath to be volatile.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
09-05-2024 01:07 PM | |||
10-01-2024 07:50 AM | |||
08-15-2024 11:51 PM | |||
08-27-2024 08:40 AM | |||
09-04-2024 11:16 PM |
User | Count |
---|---|
55 | |
52 | |
49 | |
13 | |
11 |