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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
CarlsBerg999
Helper V
Helper V

Measure: Count items in a sub-group context

Hi,

 

I'm trying to create a measure that counts how many distinct ID's have the Phase 1, but does not have the subsequent phase 3.  So in the example below, the answer would be: 2 (ID's 10560 and 10481).

What im having issues with is defining a context that includes the values of each ID for this evaluation. Any help?

 

ID Life Cycle Status Text Phases
10559 Won 1
10559 Won 2
10559 Won 3
10559 Won 4
10560 Won 1
10560 Won 2
10481 Lost 1
1 ACCEPTED SOLUTION
CNENFRNL
Community Champion
Community Champion

Simple enough

CNENFRNL_0-1673181313388.png

 


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

View solution in original post

1 REPLY 1
CNENFRNL
Community Champion
Community Champion

Simple enough

CNENFRNL_0-1673181313388.png

 


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors