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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Measure not applying filter correctly

Hi powerbi community

 

I'm trying to do count on columns, in the case i get a match on certain criteria, but my measure is ignoring the global context (as in, if i filter on the criteria itself on the case where i should get no values, my result stays the same instead of 0.

 

I've been able to recreate the problem with smaller data:

 

dataid
red1
orange2
red3
orange4
red5
yellow6
blue7
orange8
blue9
orange10

 

Here "Data" and "id" are read as text.

The measures are :

 

Measure2 = MAX(COUNT(aTest[id]),0)
Measure 3 = CALCULATE([Measure2], aTest[id] = "3")

 

The expected result is that if I create a slicer on "ID" and select anything but "3", i should get 0.

But here is the result i get :

pbi_apprentice2_0-1632214907202.png

I noticed that "Measure 3" returns 1 whenever i choose an id with "Data" value "red".

 

Could someone explain me this behaviour and how to get the expected result please ?

Thank you

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try like

Measure 3 = CALCULATE([Measure2], filter(aTest, aTest[id] = "3"))

 

 

refer if needed

http://dataap.org/blog/2019/04/22/difference-between-calculate-with-and-without-filter-expression/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , Try like

Measure 3 = CALCULATE([Measure2], filter(aTest, aTest[id] = "3"))

 

 

refer if needed

http://dataap.org/blog/2019/04/22/difference-between-calculate-with-and-without-filter-expression/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.