Forum Discussion
Anonymous
3 years agoNot applicable
Power BI theme implementation on custom visual
Hi I'm trying to add powerbi theme color palette to my custom visual, I was able to generate color palette using IVisualHost.colorPalette.getColor() function and successfully change color based on di...
Anonymous
3 years agoNot applicable
Hi Anonymous,
Thanks for the replay, I implemnetd theme support in custom visual, but what I want is if I selected the default theme I don't want to use the color palette powerbi provides, So in order to achieve that I need to know which theme is currently active(selected by the user), so is there is any way to know which theme is currently set by the user.