Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
315 views

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 ...
TexugoDlc's user avatar
0 votes
1 answer
1k views

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 ...
candiani's user avatar
0 votes
1 answer
2k views

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/...
rvn's user avatar
  • 31
0 votes
2 answers
2k views

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 ...
user3741852's user avatar
0 votes
1 answer
321 views

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() ...
Christian T's user avatar