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

Don'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.

Reply
mussol_
Advocate II
Advocate II

JSON parameter for pivotTable --> "stylePreset"

Hi all,

I am trying to build a corporative theme in JSON file.

I need to set the style preset for the matrix visual as "Alternating rows", so I tried possible combinations on the following instruction:

 

"pivotTable": {
"*": {
"stylePreset":[{
"name":"Alternating rows"
}],

 

But it turns to "Default" on PBI desktop.

If the style preset is defined with only one word (for example: None, Minimal, Condensed, etc.) there is no problem and it works.

Which is the parameter I should use?

 

Many thanks in advance.

 

Josep.

1 ACCEPTED SOLUTION
nickyvv
Most Valuable Professional
Most Valuable Professional

Hi @mussol_,

Ah, I tried some variations and came up with the correct one. The complete JSON for a Matrix is:

"pivotTable": {
	"*": {
		"stylePreset": [
			{
				"name": "AlternatingRows"
			}
		]
	}
},


Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


View solution in original post

2 REPLIES 2
nickyvv
Most Valuable Professional
Most Valuable Professional

Did you happen to figure this one out? I'm also struggling on this 🙂


Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


nickyvv
Most Valuable Professional
Most Valuable Professional

Hi @mussol_,

Ah, I tried some variations and came up with the correct one. The complete JSON for a Matrix is:

"pivotTable": {
	"*": {
		"stylePreset": [
			{
				"name": "AlternatingRows"
			}
		]
	}
},


Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.