Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
I Have List fo field paths for each document id Like in the screenshot. My requirment is when i click on the file path the pdf document should be load in the browser. I tried to change data category as WEB Url but it is working. Please guide me to acheive this.
Solved! Go to Solution.
Hi @Srinivas_BI
After testing, if your file is a local file, Power BI Desktop provides a link with "file"///your file path", but the link can no longer be opened on Desktop, if you want to open it on the website, you can only copy the link and paste it in the web page.You can refer to the following link.
Solved: Can not hyperlink to file in computer - Microsoft Fabric Community
So, the best way is that you can consider putting these files on your website, for example you can upload the files to SharePoint and then copy the web page link of the file, it can open in Desktop as web url.
Upload files and folders to a library - Microsoft Support
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Srinivas_BI
After testing, if your file is a local file, Power BI Desktop provides a link with "file"///your file path", but the link can no longer be opened on Desktop, if you want to open it on the website, you can only copy the link and paste it in the web page.You can refer to the following link.
Solved: Can not hyperlink to file in computer - Microsoft Fabric Community
So, the best way is that you can consider putting these files on your website, for example you can upload the files to SharePoint and then copy the web page link of the file, it can open in Desktop as web url.
Upload files and folders to a library - Microsoft Support
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Srinivas_BI
1. Use Power Query to Transform the File Paths:
Steps:
2. Set the Data Category:
3.Display the Links in a Table Visual:
The difference between / and \ in URLs is that / is a valid character used to separate directory paths, while \ is generally not allowed and can cause errors.
/ :
\:
Thank You
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.