Forum Discussion
Need help exporting to excell option
Hi there!
I'm going to be straight to the point, but... well, let's see it.
I'm working in html environment. I have an iframe tag where the graph is displayed. I now if you click here => Exportar datos
(is spanish,I'm sorry about that)
I'm able to export the data in an excell document. Ok.
Now... I want to create a html button with the same function => Exportar datos.
Is possible to do it?
How can I manage to do it?
Thanks in advance.
5 Replies
- lbendlinSuper User
Not if you "embed" via iframe. For that you need the full Power BI Embedded experience.
Power BI embedded analytics overview - Power BI | Microsoft Docs
- AnonymousNot applicable
Hi Ibendlin!
Thanks for your answer.
But, just for record... I am one of them who say if you are able to think about it , you CAN do it. Let me explain to you where am I by the moment.
I have the data extracted from the table.
so now... I only need the way to export that result.data to excel. It must be a function...
any ideas?
Should I leave this way?- lbendlinSuper User
Maybe exporting the data as CSV is good enough?
- AnonymousNot applicable
Yeah, I can deal with that.
What would I need to do?