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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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