Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I am trying to customize my own PBI theme. I have searched for any example for the new slicer, but I haven't reached to find anything about it. Could anybody help me with this?
Solved! Go to Solution.
Hi @Clax ,
Based on my testing, it is impossible to apply json theme to new slicer visual.
1.Enter the following json.
{
"name": "slicer background format",
"dataColors": [
"#f3c809"
],
"visualStyles": {
"slicer": {
"*": {
"background": [
{
"show": true,
"color": {
"solid": {
"color": "#f3c809"
}
}
}
]
}
}
}
}
2.Apply the json into the new slicer and slicer visual.
Based on my researching,
This issue has been identified as a known issue.
This issue is in the process of being fixed, but there is no estimated time for the fix at this time
Please be patient and wait for the fix. I will update here if there is any news.
Best Regards,
Wisdom Wu
I can format new slicer:
"advancedSlicerVisual": {
"*": {
"value": [
{
"$id": "default",
"textWrap": true
},
{
"show": true
}
],
"outline": [
{
"$id": "default",
"lineColor": {
"solid": {
"color": "#868686"
}
},
"transparency": 20
},
{
"show": true
}
],
"fillCustom": [
{
"$id": "default",
"fillColor": {
"solid": {
"color": "#E6E6E6"
}
}
},
{
"show": true
}
],
"background": [
{
"show": true,
"color": {
"solid": {
"color": "#ECECEC"
}
}
}
]
}
}
I was able to build a theme for the new slicer with this website. I've only struggled to make the edges rounded of the tiles. It was in the json but Power Bi can't detect it I think.
https://themegenerator.point-gmbh.com/en/visuals/newSlicer
Hi @Clax ,
Based on my testing, it is impossible to apply json theme to new slicer visual.
1.Enter the following json.
{
"name": "slicer background format",
"dataColors": [
"#f3c809"
],
"visualStyles": {
"slicer": {
"*": {
"background": [
{
"show": true,
"color": {
"solid": {
"color": "#f3c809"
}
}
}
]
}
}
}
}
2.Apply the json into the new slicer and slicer visual.
Based on my researching,
This issue has been identified as a known issue.
This issue is in the process of being fixed, but there is no estimated time for the fix at this time
Please be patient and wait for the fix. I will update here if there is any news.
Best Regards,
Wisdom Wu
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |