Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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?
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.
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
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.