Forum Discussion
Export data from iPad App
Can someone help how I can enable export data from iPad APP, we are using Power BI Embedded and then deliverring through our own iPad App.
It seems this feature is not available for mobile apps, looking for any alternate option if there.
lbendlin amitchandak Greg_Deckler ibarrau GilbertQ Fowmy Jihwan_Kim parry2k Ashish_Mathur
6 Replies
- lbendlinSuper User
Describe what you mean by "export" - what data? Honoring the filters the user applied? into which format?
- arvindsingh802Community Champion
Thanks lbendlin for your response
I want to Export table visual data in excel file
Yes, it should honor the filters applied by users- lbendlinSuper User
In your embedding framework, read the current visual settings for the slicers, and then issue a DAX query against the semantic model with the same filters applied. Then present the result back to the browser for download.
Depending on the query complexity this can result in a poor UX.
- arvindsingh802Community Champion
with some changes in our code, we are now getting option to export data in table visual, but after the download process it is not getting saved, getting error as "Can't open URL: blob:https://app.powerbi.com/********
lbendlin - Any suggetion on this ?
- lbendlinSuper User
I am not familiar with saving the results there - shouldn't that go into a standard Azure blob location?