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.
I would like to specify the color of the graph by importing the theme of the report.
Is it possible to specify a color for a particular value in the graph?
Please let me know how to modify the following sample JSON file.
{
"name": "Valentine's Day",
"dataColors": ["# 990011", "# cc1144", "# ee7799", "#eebbcc", "# cc 4477", "# cc 5555", "# 882222", "# A 30 E 33"],
"background": "# FFFFFF",
"foreground": "# ee 7799",
"tableAccent": "# 990011"
}
As for why you want to know such things, I would like to use graph included some companies and specified to colors.
I would like to designate specific colors for the companies of the two designated companies and let other companies automatically assign colors.
Please tell me how to create/modify a JSON file.
Thank you.
HI @sachiko,
>>Is it possible to specify a color for a particular value in the graph?
To be honest, I'm not very familiar with this feature, but I think it is impossible to specify a color for particular value.
For similar requirement, I'd like to recommend you take a look at conditional formatting.(notice: this feature only available on some specific visuals)
Conditional Formatting in Power BI
I'd like to suggest you take a look at following article which mentions custom theme json and properties:
Use Report Themes in Power BI Desktop (Preview)
Regards,
Xiaoxin Sheng
I would like to specify the color of the graph by importing the theme of the report.
Is it possible to specify a color for a particular value in the graph?
Please let me know how to modify the following sample JSON file.
{
"name": "Valentine's Day",
"dataColors": ["# 990011", "# cc1144", "# ee7799", "#eebbcc", "# cc 4477", "# cc 5555", "# 882222", "# A 30 E 33"],
"background": "# FFFFFF",
"foreground": "# ee 7799",
"tableAccent": "# 990011"
}
As for why you want to know such things, I would like to use graph included some companies and specified to colors.
I would like to designate specific colors for the companies of the two designated companies and let other companies automatically assign colors.
Please tell me how to create/modify a JSON file.
Thank you.