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
lucasanjos
Frequent Visitor

Dynamic Local Images

Hi Forum,

 

There is a way to make a slicer change the image, but not by url (online), by local drive?

 

Any help would be greatly appreciated.

2 REPLIES 2
v-shex-msft
Community Support
Community Support

HI @lucasanjos ,

I'd like to suggest you create a measure with seleceted value to extract selected value from the slicer, then you concatenate it with detail image path and use it on a table visual to display the graph. (notice: configure measure category to 'image URL')

Measure = 
VAR _url =
    SELECTEDVALUE ( 'Table 2'[Value], FIRSTNONBLANK ( 'Table 2'[Value], [Value] ) )
VAR _path =
    SELECTEDVALUE ( 'Table'[Path], FIRSTNONBLANK ( 'Table'[Path], [Path] ) )
RETURN
    IF ( _url <> BLANK (), _url & _path, BLANK () )

12.png

Regards,

Xiaoxin Sheng

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

Hi @lucasanjos 

 

We really need more information on this. I recommend reading this: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490 

 

Kind regards

Djerro123

-------------------------------

If this answered your question, please mark it as the Solution. This also helps others to find what they are looking for.

Keep those thumbs up coming! 🙂





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




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.

Top Solution Authors