Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
chribster
New Member

Image URL in Power BI Desktop not refreshing

I get the pictures to show up correctly. However, if i replace the picture on my local webserver, the old picture is still the one shown in the visual. 

 

I have the following configuration in the report

  • website url for image on a local webserver (not local file path)
  • format column with url to "Image URL"

I've tried rebooting the webserver, refreshing the visual, saving the visual in a new name.

 

The only thing that seems to work is changing the actual URL to trigger an update

3 REPLIES 3
chribster
New Member

Rebooting the computer forces a refresh, but should that really be necessary?

Hi @chribster,

 

I think this issue more related to local web server cache data, please clean up local cache and try again.

 

BTW, I test to create a dynamic image url column and it can refresh properly

Img =
VAR url1 = "https://static.pexels.com/photos/356378/pexels-photo-356378.jpeg"
VAR url2 = "xxxxx"
VAR url3 = "xxxxx"
VAR url4 = "xxxxx"
VAR url5 = "xxxxx"
VAR url6 = "xxxxx"
RETURN
    SWITCH (
        INT ( SECOND ( NOW () ) / 10 ),
        1, url1,
        2, url2,
        3, url3,
        4, url4,
        5, url5,
        6, url6
    )

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Anonymous
Not applicable

Just run the %temp%     ( C:\Users\{username}\AppData\Local\Temp)  and delete all the temp files. Before doing above, please close the power bi desktop app.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.