Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 |
Solved! Go to Solution.
Simple enough
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! |
Simple enough
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! |