Forum Discussion

Gulam_Azeem's avatar
Gulam_Azeem
New Member
1 year ago
Solved

Hyperlink in Table for Server shared folder file.

Hi Team,   I need hlpe to add the Hyperlink to my Server shared folder file. Ex: \\EMEAAERKTPIFS01\Data\Main\Department\Jobs\Input\HOE CHIANG\LAYOUT\IN2023 RO-28 the above url works fine in RUN c...
  • Akash_Varuna's avatar
    1 year ago

    HI Gulam_Azeem It is not possible to directly use UNC paths (e.g., \\server\folder) as clickable hyperlinks in Power BI. You can map the shared folder to a network drive (e.g., Z:) or use a DAX measure like FileLink = "file://" & [UNCPath] and format it as a Web URL. If these options don’t work, display the path as plain text for manual copy-paste. Direct UNC path support is restricted due to Power BI’s security constraints.