Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Solved! Go to Solution.
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"
}
]
}
},
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"
}
]
}
},
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
5 | |
4 | |
4 |