Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
SwaroopRoyM
Helper II
Helper II

desktop

Hi,

 

I would like to apply the below theme to a pie chart, but it's not working. Please let me know where am going wrong?

 

{
"name": "Visual1",
"pieChart":
{

"dataColors": ["#FFFF00","#3A01DF", "#cc4477"]

}
}

 

JSON file name's also "Visual1.json"

 

Thanks,

Swaroop

4 REPLIES 4
v-yuezhe-msft
Employee
Employee

@SwaroopRoyM

According to this article, we would need to define the JSON file as below. The data colors apply to data in all visuals in your PBIX file.

{
    "name": "Visual1",
    "dataColors": ["#FFFF00","#3A01DF", "#cc4477"],
    "background":"#FFFFFF",
    "foreground": "#3A6108",
    "tableAccent": "#568410"
}



Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

HI Lydia,

 

Thanks for the reply, but i want this theme to be applied only to piechart visual and not any other visual in the report.

 

Basically, i want to apply themes based on the visual 

 

Thanks,

Swaroop

@SwaroopRoyM,

Currently, it doesn't support to configure data color for specific visual in the report theme, you can submit a feature request in the Power BI ideas forum.

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you Lydia for the response. 

 

I submitted this as an idea in the Forum as suggested by you.

 

Thanks,

Swaroop

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.