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
CR
Resolver II
Resolver II

insert images in a measure instead of UNICHAR

Hello,

 

I've a measure displaying an appropriate UNICHAR picture following the comparison I put in my measure.

 

Comment Delay - confidence = 
VAR good = UNICHAR(128522)
VAR not_good = UNICHAR(128528)
VAR not_good_at_all = UNICHAR(128547)

RETURN
IF(ROUND(AVERAGE(ENGINEERING[Comment Delay]);0)<=15;good;
IF(ROUND(AVERAGE(ENGINEERING[Comment Delay]);0)>15;not_good;
IF(ROUND(AVERAGE(ENGINEERING[Comment Delay]);0)>20;not_good_at_all;
BLANK())))

Now, I would like to insert a picture available on a SharePoint. Is it feasible ? I tried to find a way on the forum but I didn't succeed.

 

Regards,

CR

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

@CR ,

 

You can put the web url in one column and change the category to "web url", please refer to steps in doc below:

https://docs.microsoft.com/en-us/power-bi/power-bi-hyperlinks-in-tables

 

Community Support Team _ Jimmy Tao

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

View solution in original post

4 REPLIES 4
v-yuta-msft
Community Support
Community Support

@CR ,

 

Have you solved your issue by now? If you have, could you please help mark the correct answer to finish the thread? Your contribution will be much appreciated.

 

Regards,

Jimmy Tao

v-yuta-msft
Community Support
Community Support

@CR ,

 

You can put the web url in one column and change the category to "web url", please refer to steps in doc below:

https://docs.microsoft.com/en-us/power-bi/power-bi-hyperlinks-in-tables

 

Community Support Team _ Jimmy Tao

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

hnguy71
Memorable Member
Memorable Member

You can use SVG as described here:

https://www.youtube.com/watch?v=YU44czu8SD8

https://dataveld.com/2018/01/13/use-svg-images-in-power-bi-part-1/



Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

Thanks for both links, I didn't know that. Very smart.

In my case, I would like displaying the picture with the visual Card so I think I should wait a little bit more ! 🙂

 

Regards,

CR

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.