Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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")))
Solved! Go to Solution.
am using images.githubusercontent.com and that seems to work...
@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.
am using images.githubusercontent.com and that seems to work...
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/
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 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?
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
104 | |
98 | |
97 | |
38 | |
38 |
User | Count |
---|---|
153 | |
122 | |
76 | |
73 | |
66 |