Forum Discussion

bvy's avatar
bvy
Icon for Helper V rankHelper V
2 years ago
Solved

The Image Visual

Hi everyone. i just added a bunch of image visuals to my Power BI report. Each visual is a different image on my hard drive. How do I get the image file name associated with each visual? If I hover over the visual or image, or go into the image properties, it's not showing me the image name, Please advise. Thanks. 

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi bvy ,

     

    If you inserted the image here.

     

    Then you can add Title or Alt text to the image to show the image name.

     

    If you want to show the name of the image in the local path, you need to host the folder containing the image on IIS, and then you can intercept the image name in the path. You can refer to this solution: Solved: Reference Local Image URL in the visual - Microsoft Fabric Community

     

    If your Current Period does not refer to this, please clarify in a follow-up reply.

     

    Best Regards,

    Clara Gong

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi bvy ,

     

    If you inserted the image here.

     

    Then you can add Title or Alt text to the image to show the image name.

     

    If you want to show the name of the image in the local path, you need to host the folder containing the image on IIS, and then you can intercept the image name in the path. You can refer to this solution: Solved: Reference Local Image URL in the visual - Microsoft Fabric Community

     

    If your Current Period does not refer to this, please clarify in a follow-up reply.

     

    Best Regards,

    Clara Gong

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Thank you but not quite what I'm asking. I need to access the properties of the image visual to tell me what image (file path and name) is currently loaded. How do I do that?