Forum Discussion
favorite recently view API
hanuma1n wrote:
https://powerbi.docs.apiary.io/#introduction/what-can-i-do-with-the-power-bi-api?
LOOKING FOR API for my favorite , recenlty view and shared with me .
I want to integrate this with our custom sharepoint page
All official supported APIs are listed in Power BI REST API reference, however I don't see any APIs to retrieve the required information. You can submit your idea at Power BI Ideas and vote it up.
By the way, may I know why you'd like to retrieve those information via REST APIs?
we want to integrate iframe on sharepoint intranet page. Left navigation as "my favorite " , recently view, etc.
we are using different tablaue , sap ,power BI ,etc. we want a common page to show all the reports.
Not sure but atairaanalytics.com has done similar work.
- hanuma1n8 years agoAdvocate I
posted in Idea forum. Any tentative dates it get implemented
- Sambasivarao8 years agoNew Member
Hi All,
We have created a web application and able to get the below data from API
https://powerbi.docs.apiary.io/#
1) Authenticate user, check the below URL2) Get PowerBi Dashboard list3) Get List of all reportsIn the same way do we have power bi api to get the below details- My Favorites
- My Recent
- Shared with Me
Thanks & Regards,
Sambasivarao T
- Eric_Zhang8 years agoMicrosoft Employee
hanuma1n wrote:
we want to integrate iframe on sharepoint intranet page. Left navigation as "my favorite " , recently view, etc.
we are using different tablaue , sap ,power BI ,etc. we want a common page to show all the reports.
Not sure but atairaanalytics.com has done similar work.
The workaround would be to get "my favorite", "recently view" on that intranet page site instead of getting from Power BI. When embedding reports, you actually have the embedding urls, save those urls and shows them at your own end.