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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
LeboeufHarry
Helper I
Helper I

Theme, Table Flashy rows in json

I've bene looking for a while but couldn't find anything.

I'm looking for the rright value/label to include the Flashy Rows Style into my Theme.

For example this works for Condensed style, but flashy is ...

The "*"-block is in front for all styles and then for Condensed I've placed some changes

"Condensed": {
"grid": [{
"gridVertical": false,
"gridHorizontal": false,
"rowPadding": 0,
"outlineWeight": 0,
"textSize": 8,
"imageHeight": 100
}],
"columnHeaders": [{
"fontColor": { "solid": { "color": "#4fafe3"}},
"backColor": { "solid": { "color": "#025589"}},
"outline": "Frame",
"autoSizeColumnWidth": true,
"fontFamily": "Arial",
"fontSize": 10,
"alignment": "Left",
"wordWrap": true
}],

 

But when I do the same for "Flashy Rows" it doesn't pick it up.

2 REPLIES 2
v-xicai
Community Support
Community Support

Hi @LeboeufHarry ,

 

You may try to delete the row about the "backColor".

117.PNG

 

Best Regards,

Amy 

 

Community Support Team _ Amy

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Sorry, misunderstanding...

My problem is not how to make flashy rows, I can't find the right "<label>" for flashy rows, and others.

The ones that can be selected in the Style drop down. Like

"Bold Header' - 'Alternating Rows" - "Bold header flashy rows" - "Contrans alternating rows" - ....

 

I'm looking for the right <label> to get them into the json file.

I've tried "Flashy rows" but that didn't work and can't find any doc on this ....

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors