Forum Discussion
.json and custom visuals with power bi theme possible?
- 7 years ago
Yes, it's possible. Please use advanceCardE03760C5AB684758B56AA29F9E6C257B instead of advanceCard
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- 7 years ago
Conditional colors are not supported for Power BI themes.
Hierarchy Slicer is: HierarchySlicer1458836712039
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Sorry, I was talking about this statement:
"Yes, it's possible. Please use advanceCardE03760C5AB684758B56AA29F9E6C257B instead of advanceCard"
I was wondering how you determined that was the property name for this visual. It isn't working for me. I'm trying to set the fontFamily for the Advance Card custom visual...
I found a workaround to get the name of the custom visual so you can use it on your json file
Go to the markerplace on your browser and search for the visual:
https://appsource.microsoft.com/en-us/marketplace/apps?product=power-bi-visuals
Download the .pbiviz file and open it on your code editor or wordpad.
Line 13 has the several names you'll want to use on your .json; its usually either "name" or "guid".
Line 23 has all the visuals' elements you'll want to customize on your .json.
.pbiviz of visual
Hope this helps