Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
developmenttend
New Member

Exporting data from a standard PowerBI Visual to an external API

Hi all,

we are still a bit new to PowerBI and integrations, but what we want is actually pretty straightforward, but we weren't able to
get a decent starting point just by googling.

Imagine you have a report with some filterable data. And you want to open this data in an external application.
We were wondering if there was some way to export this data with just a click of a button. We were thinking about
some way to create a button which uploads the currently visible data from a given visual via ajax to some API we build
for that purpose.

Is this possible, and what's a good starting point to read into this stuff?

1 REPLY 1
dm-p
Super User
Super User

Hi @developmenttend,

In terms of core functionality you can't automate the export of data from within Power BI reports in the way you're proposing.

  • You can manually export the data from a visual using the options in the visual header, if your administrator has permitted it.
  • If you're on premium, you could write an integration outside of Power BI that generates a query using the XMLA endpoint and then sends it on somewhere else.

Visuals can't talk to other visuals. They also don't have access to the data model - the data is pushed into the visual from Power BI based on the combination of fields/measures in the properties pane.

While cross-filtering and slicing has the appearance that a visual is affecting others, any such operations are requests from the visual to the main window via an API to request that it filter other visuals on its behalf and Power BI will delegate to other visuals based on their interactions.

You can write a custom visual that can export its own data to an endpoint but this endpoint needs to allow requests from any domain as a custom visual is a sandboxed iframe with very limited functionality. But in short, this is still within its own particular context and can't reach outside itself to other visuals.

Regards,

Daniel

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.