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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
anwilkins
Resolver II
Resolver II

Count If based on last service date and column value

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.

 

https://docs.google.com/spreadsheets/d/1ProtUa_MKCWqm5zI1Za8Yrbpxdylt5KV/edit?usp=sharing&ouid=11334...

1 ACCEPTED 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})

 

 

View solution in original post

4 REPLIES 4
lbendlin
Super User
Super User

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!

anwilkins_0-1666641457494.png

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.