Forum Discussion
Anonymous
6 years agoNot applicable
How to add Custom icons for conditional formatting
Hi, I struck with adding new icon set so that i can use them for conditional formatting, i came across couple of resources where it is said that it can be achived by adding icons in theme file ...
- Anonymous6 years ago
Hi Anonymous ,
Try this
{ "name":"TestIconTheme", "icons": { "RedUpArrow": { "description": "Red Up Arrow", "url": "data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23FF0066' d='M 16 4.09375 L 9.28125 10.8125 L 10.71875 12.21875 L 15 7.9375 L 15 28 L 17 28 L 17 7.9375 L 21.28125 12.21875 L 22.71875 10.8125 Z' /></svg>" }, "BlueDownArrow": { "description": "Blue Down Arrow", "url": "data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'> <path fill='%233F9FEC' d='M 15 4 L 15 24.0625 L 10.71875 19.78125 L 9.28125 21.1875 L 16 27.90625 L 22.71875 21.1875 L 21.28125 19.78125 L 17 24.0625 L 17 4 Z'/> </svg>" } } }Regards,
Harsh Nathani
amitchandak
Super User
6 years agoAnonymous ,
refer this
https://community.powerbi.com/t5/Desktop/FORMAT-icon-set-for-use-in-a-data-card/td-p/811692
https://exceleratorbi.com.au/conditional-formatting-using-icons-in-power-bi/
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting
- Anonymous6 years agoNot applicable
Hi amitchandak ,
Thanks for your reply, yes the solution you suggested is great, but as per my current requirement, we need to add few set of custom icons, and we are any how using a theme for our client, so once we get them in the Icon set we can use across all the reports and tie it to the measure.
Thank you.
Sunil