Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I've updated the original message to ask a more simplistic version of the question.
I need a measure that says, look at the LAST (Max) Service Date and count if the code = 0 or 2. Sample data is at the link below.
Solved! Go to Solution.
something like this?
Code of last service =
var md = max('Table'[Service Date])
return CALCULATE(COUNTROWS('Table'),'Table'[Service Date]=md,'Table'[CPT-Value] in {0,2})
Most likely ALLEXCEPT is the wrong tool for this.
Please provide sanitized sample data that fully covers your issue.
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Agree, I changed the topic header, provided data and aked a cleaner question.
something like this?
Code of last service =
var md = max('Table'[Service Date])
return CALCULATE(COUNTROWS('Table'),'Table'[Service Date]=md,'Table'[CPT-Value] in {0,2})
Worked perfectly! I had to add the "" to the numbers but the counts are dead on! Thank you so much!
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
89 | |
87 | |
81 | |
64 | |
49 |
User | Count |
---|---|
123 | |
109 | |
88 | |
68 | |
67 |