Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have a column containing file paths. Is it possible to add a file path in a table that when you click on it the file will open? Something like c:\files\open.pdf
Gerry
Solved! Go to Solution.
HI @android1,
Nope, I don't think it is possible.
You can to add a custom column to analysis and transfer to binary format, but I can't find any way to invoke windows explorer to open files which stored path in current table.
For your requirement, I think programming language will be more suitable.
Opening a folder in explorer and selecting a file
Regards,
Xiaoxin Sheng
Hi andorid1,
while researching this question myself, I stumbled onto a Power BI blog post from 2017 here.
However, it still did not work opening a file from a local storage. The ftp and mail links worked.
HI @android1,
Nope, I don't think it is possible.
You can to add a custom column to analysis and transfer to binary format, but I can't find any way to invoke windows explorer to open files which stored path in current table.
For your requirement, I think programming language will be more suitable.
Opening a folder in explorer and selecting a file
Regards,
Xiaoxin Sheng
Ok. Thanks for the replies. Much appreciated.
Hmm, I tried the UPN format, file:///c:/... and then flag that as a data category of Web Url but that didn't seem to work.