Conditional Formatting For Pivot Tables

Hi there,
I had a brief look around to answer this question, but was just wondering if there was a way to Conditionally Highlight Rows within a Pivot Table. My current Setup is:

And the resultant table is:

I'm looking for a way to conditionally format the pivoted rows - I already have it set up on a regular table (With different colour codes for 0-59, 60-79, 80-100), however, when I use the Pivot table I can't figure out a way to a similar result.

I'm sure I'm probably just missing something very simple here - regards!

{
"browser-info": {
"language": "en-GB",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.11+9-Ubuntu-0ubuntu2.20.04",
"java.vendor": "Ubuntu",
"java.vendor.url": "https://ubuntu.com/",
"java.version": "11.0.11",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.11+9-Ubuntu-0ubuntu2.20.04",
"os.name": "Linux",
"os.version": "5.4.0-81-generic",
"user.language": "en",
"user.timezone": "Etc/UTC"
},
"metabase-info": {
"databases": [
"postgres",
"sqlserver",
"mysql"
],
"hosting-env": "unknown",
"application-database": "h2",
"application-database-details": {
"database": {
"name": "H2",
"version": "1.4.197 (2018-03-18)"
},
"jdbc-driver": {
"name": "H2 JDBC Driver",
"version": "1.4.197 (2018-03-18)"
}
},
"run-mode": "prod",
"version": {
"date": "2021-09-09",
"tag": "v0.40.4",
"branch": "release-x.40.x",
"hash": "16d2e53"
},
"settings": {
"report-timezone": "UTC"
}
}
}

As well as the diagnostic info, I forgot to add that the Utilisation Summary is a summarisation of:
(Max(Attribute A)/Max(Attribute B)) * 100

Not sure if that will have any impact on the resulting answers, but possibly important to include.

I'm sure you're looking for this https://github.com/metabase/metabase/issues/15693

please upvote on the first comment so we can prioritize that one correctly :slight_smile: