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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
eierkopf
Regular Visitor

Count based on Conditional Formating

Hi together

 

My target is to count cells based on the background color.
The background color is done via conditional formatting.

For the conditional formatting I have a measure:

 
SWITCH(
TRUE(),
[TGS Full PY [nom]]] > SELECTEDVALUE('MASTER MKT_Targets'[Target]),"#E7FFDE",
[TGS YTD [nom]]] > SELECTEDVALUE('MASTER MKT_Targets'[Target]),"#73B761",
[TGS YTD [nom]]] < SELECTEDVALUE('MASTER MKT_Targets'[Target]),"#EB9534"
)
 
So my Dashboard looks as follows:
eierkopf_0-1673446902969.png

 

Now I want to count the cells based on the background color.
I tried a few things but nothing worked for me.

 

Help is very appreciated and thanks in advance.

2 REPLIES 2
FreemanZ
Community Champion
Community Champion

hi @eierkopf 

what filter context do you have for the screenshot?

they have to be reflected in the count measure. 

Hi @FreemanZ 

Sorry here a better overview of the dashboard:

eierkopf_0-1673448515691.png

 

The count should be recounted everytime a filter changes.

Thank you.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.