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
RickPowerBI
Helper I
Helper I

Filter on a measure

Hi all,

 

I need to Filter on a measure.

The measure I have is: active clients. But in those active clients I want to know the count of how many only a Mono contract. Which syntax do I use for this?

 

Contract State

Dual

Mono

Active

0

1

Ended

4

0

Ended

2

0

Active

0

3

Active

3

0

Ended

2

0

Active

0

2

 

Thanks in advance!

2 ACCEPTED SOLUTIONS
stevedep
Memorable Member
Memorable Member

Hi,

Assuming you are sharing your source table, it should be:

 

 

Measure = CALCULATE(COUNTROWS('Table');FILTER(ALL('Table');'Table'[Dual]==0 && 'Table'[Mono] >0))

 

 

As can be seen here:

ds2.png

To be validated using this Power BI file

Please mark as solution if this is what you are looking for. Appreciate the kudo's / thumbs up.

Kind regards, Steve. 

 

View solution in original post

@Greg_Deckler 

Thank you for the feedback. As I was thrying to explain the question, I found the answer.
So the problem is fixed!

 

Kind regards

 

View solution in original post

4 REPLIES 4
stevedep
Memorable Member
Memorable Member

Hi,

Assuming you are sharing your source table, it should be:

 

 

Measure = CALCULATE(COUNTROWS('Table');FILTER(ALL('Table');'Table'[Dual]==0 && 'Table'[Mono] >0))

 

 

As can be seen here:

ds2.png

To be validated using this Power BI file

Please mark as solution if this is what you are looking for. Appreciate the kudo's / thumbs up.

Kind regards, Steve. 

 

@stevedepThank you for the reply. I was looking at the problem the wrong way so i did something completly different, and it works.

But thanks nonetheless👍

Greg_Deckler
Community Champion
Community Champion

@RickPowerBI - I'm not clear on what I am looking at. Is that source data, expected output or ? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler 

Thank you for the feedback. As I was thrying to explain the question, I found the answer.
So the problem is fixed!

 

Kind regards

 

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.