Forum Discussion
NickTT
5 years agoHelper III
PowerBI and SharePoint Open File
I have a Power BI report that pulls file information from SharePoint. I want to use the following value as a WebURL type so I can have a link in my Report that will open the related word document. Cu...
mahoneypat
5 years agoMicrosoft Employee
Just add ?web=1 to your url
Https://mysharepoint.sharepoint.com/sites/site1/documentlibary/mydocument.docx?web=1
Regards,
Pat
- NickTT5 years agoHelper III
I have, however my requirement is to open in the thick client first. Not the extra step of going to the web and then clicking open in desktop app. I know... it's not that much different but it is a few extra clicks that could be avoided if the URL worked like it does in SharePoint.