Skip to main content

Power BI

Needs Votes

Open local files (file://) directly by click on url link as with (http://)

Vote (293) Share
Miquel Angel Prat's profile image

Miquel Angel Prat on 18 Feb 2018 18:43:45

Currently open a local file from Desktop is not possible and from browser is very tedious as explained on May 2017 update:

https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-may-feature-summary/#urlTables

"If you want to use file URLs, there are some limitations. They will not open in the Power BI Desktop, only in web browsers. For most browsers, you will need to right click on the link, copy the link address, and paste the URL in a new tab"

It will be great if can be improved the way to open the files in same way as with web images or files (http://).

Comments (16)
Miquel Angel Prat's profile image Profile Picture

d23e7734 6c2d-43c3-95fe-e53c7b07c8db on 05 Jul 2020 23:32:38

RE: Open local files (file://) directly by click on url link as with (http://)

essential functionality

Miquel Angel Prat's profile image Profile Picture

7ff931c7 e0b0-40f9-be1c-17176416b7f1 on 05 Jul 2020 23:29:30

RE: Open local files (file://) directly by click on url link as with (http://)

I've gotten around the limitation by passing the local file name as a parameter to a page I named redirect that has nothing but this script on it.


var filename = location.search.split('dmf=')[1];
window.open(filename);


So my power bi link is "https://www.myweb.com/redirect.aspx?dmf=

This work but I agree it would be so much better if it was a native feature.

Miquel Angel Prat's profile image Profile Picture

8251767d 7cb6-4444-8ff1-5fa2aec91353 on 05 Jul 2020 23:22:47

RE: Open local files (file://) directly by click on url link as with (http://)

My colleague and I have been voting for this idea as I know several companies who could benefit from it, but the number of votes is not increasing as a result.

Miquel Angel Prat's profile image Profile Picture

60f3f623 ba43-4c9f-93f9-0d31770e10e7 on 05 Jul 2020 23:21:04

RE: Open local files (file://) directly by click on url link as with (http://)

This would increase the quality of my Power BI reports as well!

Miquel Angel Prat's profile image Profile Picture

c307952b 5ec5-e711-8180-e0071b6ac181 on 05 Jul 2020 23:17:17

RE: Open local files (file://) directly by click on url link as with (http://)

I think this feature would really add to the interactivity of PowerBI at the moment the file URL feature is limited to the point of being useless.

Miquel Angel Prat's profile image Profile Picture

d5eeee7d 054d-4a5f-ac03-33bfb8cc8453 on 05 Jul 2020 23:16:52

RE: Open local files (file://) directly by click on url link as with (http://)

Is this a limitation of the service itself, or a security feature in modern browsers?