Forum Discussion
Can I expand my Python script to retrieve information about visuals and datasets on a page?
- 1 year ago
The console is the standard web browser console (F12/dev tools)
Any particular reason for not using the sempy library?
Semantic link propagation with SemPy - Microsoft Fabric | Microsoft Learn
I was not aware it existed. Thanks for the suggestion. However, I don't see any documentation to get the info on the visuals being shown on a page 😞
- lbendlin1 year agoSuper User
sempy.fabric.TOMWrapper class | Microsoft Learn
Also look into the Embedded Analytics Playground, it has sample code for enumerating report pages and visuals.
- yazdanb1 year agoFrequent Visitor
Thank you Ibendlin! I have been trying to use the Embedded Analytics Playground, but there does not seem to be any console where I can see any output. If I try any event-related code (like opening a Print dialog or Saving the report), there is no issue. But if try something like logging the pages in the report, there is no console that appears to see that output. Is this a common issue?
- lbendlin1 year agoSuper User
The console is the standard web browser console (F12/dev tools)