Forum Discussion
majudd
1 year agoRegular Visitor
Using python pptx Presentation() function with Power BI
Is there a function within the python pptx library to recognize a Power BI page in a PPT and modify it? prs.slides.shapes is not recognizing the Power BI insert as a shape. In particular, I am lo...
- 1 year ago
Hi majudd ,
Python has a library, PBIXRay designed to parse and analyze PBIX files, which are used with Microsoft Power BI.
You can learn more about it here.https://pypi.org/project/pbixray/
For the help regarding writing a python code, you can reach out on Python forum
https://python-forum.io/
Hope this helps!
v-sdhruv
1 year agoCommunity Support
Hi majudd ,
Python has a library, PBIXRay designed to parse and analyze PBIX files, which are used with Microsoft Power BI.
You can learn more about it here.
https://pypi.org/project/pbixray/
For the help regarding writing a python code, you can reach out on Python forum
https://python-forum.io/
Hope this helps!