Forum Discussion
Asgar
2 years agoFrequent Visitor
How do I implement conditional formatting for icons in PowerBI Custom Visual?
The conditional formatting documentation says we can use conditional for color, text, icon, and web URL, but there are examples only for color. There is no such documentation for implementing an icon...
qqqqqwwwweeerrr
2 years agoSolution Sage
- DanielSH2 years agoFrequent Visitor
I'm trying to achieve the same as Asgar. When you implement condition formatting on a property by specifying its instaceKind using the VisualEnumerationInstanceKinds enum, by default the conditional formatting settings will apply to colors. We are looking for how to customize(?) the conditional formatting window, as it's different for colors, icons, and web URLs.
I was going through the documentation as well as the API code, but couldn't find any ways to specify what type of conditional formatting window should pop up in my custom visual.
Any help would be much appreciated.
- Asgar2 years agoFrequent Visitor
I want to have this icon formatting option. How can I get it in my custom visual?