Forum Discussion
Varik
4 years agoNew Member
SharePoint shared documents
Hey all, I'm starting using Power BI and I have a question for you. I would like to follow the documents I shared with external people (I work as freelance). I know I can generate a CSV report ...
- 4 years ago
Hi Varik ,
You can use OData feed connector in Power BI desktop then type below URL , choose Documents table:
https://<yoursharepointsite>/_vti_bin/listdata.svc
In Query Editor, you can expand CreatedBy and Modified By columns to see author and editor information.
refer: https://sharepoint.stackexchange.com/questions/30620/filtering-data-programmatically-on-spview
Best Regards,
Lucien
Varik
4 years agoNew Member
Thank you, it's very usefull