10 questions
1
vote
0
answers
315
views
How to export a Power BI Embedded report with applied filters to PDF using the Power BI REST API?
Context
I have a Power BI embedded report in my Vue application. When a user clicks an element on a bar chart, it automatically filters the data on other visualizations. I want to be able to export ...
0
votes
1
answer
1k
views
Generate and mail PDF/PNG powerbi embedded report
I have a powerbi report embedded to my webpage. What I need is to add an "export" button to my page and export the report to the PDF/PNG when the button is clicked send it to my backend, so ...
0
votes
1
answer
2k
views
Power BI Embedded - Javascript API & Filtering
I have a working app based on the App Owns Data documentation & GitHub sample:
https://learn.microsoft.com/en-us/power-bi/developer/embed-sample-for-customers
https://github.com/Microsoft/...
0
votes
2
answers
2k
views
How to embed powerbi report without iframe in website using any javascript library?
I am trying to integrate powerbi report in my website. But the powerbi-client node module servers the report output in iframe. My requirement is to load the powerbi report in a website page without ...
0
votes
1
answer
321
views
Why powerbi.load method is not working anymore?
I'm embedding powerbi reports on my page via powerbi js embedded (ajax) and I'm having problems with getting pages from powerbi reports.
I've already tried the .load method and report.getPages() ...