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
Anonymous
Not applicable

Where can i store images for image URL?

I have a table that is referencing Microsoft Projwect Online data. Project online stores a number of icons for use in reports, eg red circle, green tick etc.

It has been commented that these are not colour blind safe and i would like to use alternative icons.

For those that have used your own icons that are referenced by an image URL, where do you store these to be easily accessed by reporting?

For info, the current url is created using the following code:-

 

StatusRAGImageCIrcle = 

IF

(

[StatusRAG]="Green"

,[PWA URL] & "/_layouts/15/inc/PWA/images/cf_0p.png"

,IF

(

[StatusRAG]="Amber"

,[PWA URL] & "/_layouts/15/inc/PWA/images/cf_1p.png",

IF

(

[StatusRAG]="Red",

[PWA URL] & "/_layouts/15/inc/PWA/images/cf_2p.png"

,[PWA URL] & "/_layouts/15/inc/PWA/images/cf_55p.png")))
1 ACCEPTED SOLUTION
Anonymous
Not applicable

 am using images.githubusercontent.com and that seems to work...

View solution in original post

6 REPLIES 6
maksromanov2020
New Member


@Anonymous wrote:

I have a table that is referencing Microsoft Projwect Online data. Project online stores a number of icons for use in reports, eg red circle, green tick etc.

It has been commented that these are not colour blind safe and i would like to use alternative icons.

For those that have used your own icons that are referenced by an image URL, where do you store these to be easily accessed by reporting?

For info, the current url is created using the following code:-

 

StatusRAGImageCIrcle = 

IF

(

[StatusRAG]="Green"

,[PWA URL] & "/_layouts/15/inc/PWA/images/cf_0p.png"

,IF

(

[StatusRAG]="Amber"

,[PWA URL] & "/_layouts/15/inc/PWA/images/cf_1p.png",

IF

(

[StatusRAG]="Red",

[PWA URL] & "/_layouts/15/inc/PWA/images/cf_2p.png"

,[PWA URL] & "/_layouts/15/inc/PWA/images/cf_55p.png")))



 

Photos and images have the power to visually represent the identity and pride of a nation, and when it comes to a korea flag vector image, it becomes a symbol of national unity and heritage. By utilizing a high-quality Korea flag vector image, we can create visually striking designs, educational materials, or cultural promotions that celebrate the vibrant history and spirit of Korea. Let's explore reliable sources for vector images to ensure accurate representation, allowing us to showcase the beauty and symbolism of the Korea flag through captivating visuals.

Anonymous
Not applicable

 am using images.githubusercontent.com and that seems to work...

Mariusz
Community Champion
Community Champion

Hi @Anonymous 

 

Just use any website that provides free of charge icons and link directly there.

This is the one I'm using https://www.flaticon.com/ 

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
Mariusz Repczynski

 

Anonymous
Not applicable

Thanks Marius.

As we are using a cloud data set (Microsoft Project Online), once i choose an icon to use, where would you recommend to save these icons as i cant store them with the data.

Hi @Anonymous 

 

Power Bi is using URL to get the icons, every time you refresh the report it will fetch from that Address

 

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
Mariusz Repczynski


 

Anonymous
Not applicable

 

Hi Mariusz, i wish to use a different image and dont know where to store it.

Currently it is getting the icons from the Project Online service and i cannot upload there. There are no other icons in the Project Online service that are suitable. 

Can i embed icons in the report that a switch function can call upon?

If not, where can i store images that the Power BI report can access during an automated refresh?

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.