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
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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.