Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi, I'm trying to create a custom Theme with a JSON file, and I can't find a full documentation.
I've already found these resources:
https://github.com/MattRudy/PowerBI-ThemeTemplates
The first one is lacking a lot of information and the second one produces a lot of errors but is way more complete.
For instance, I'd love to know what are the possible values for the "legendMarkerRendering" for an "areaChart" legend.
Do you know where can I find such information ?
Solved! Go to Solution.
Hi @Anonymous ,
You can refer the following link to set the value of property "legendMarkerRendering" for area chart:
PowerBI-ThemeTemplates/Area.json at master · MattRudy/PowerBI-ThemeTemplates · GitHub
There are four values for this property, which correspond to the parts circled in red in the screenshot below.
Best Regards
Hi @Anonymous ,
You can refer the following link to set the value of property "legendMarkerRendering" for area chart:
PowerBI-ThemeTemplates/Area.json at master · MattRudy/PowerBI-ThemeTemplates · GitHub
There are four values for this property, which correspond to the parts circled in red in the screenshot below.
Best Regards
Hi,
thanks a lot for your answer, the fact is that i'm really looking for a full documentation, because it's very time consuming to have to scrap all the information accross the GitHub files.
I guess there's simply no full documentation and it's the easier way to process.
Again, thanks for your help !
Lucas