Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Dear Community,
Do you believe it would be possible to create a custom button on a dashboard, that exports a table's content to csv, by using the PowerBI API?
I know that basic OOTB PowerBI functionality supports this function, but I would like to make this more easy to our end-user, by hardcoding a custom filepath and thus providing a 'one-click' functionality.
Do you know if this could be done?
Re-Bump 😉
Any experienced PBI developer that can provide his view on this, whether (potentially) possible or not?
Yes this is possible.
You need to create a button that will trigger an event in the application embedding your report., from there you can use the export visual data and manipulate it as you wish.
Please accept if this is what you asked.
Thanks.