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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
syasmin25
Helper V
Helper V

Distinct Count Accepted in the latest University

Hello, 

I have a table that has ID, Application Status, University Name, Date, Current Grade. I am trying to do a distinct count of IDs that have been accepted at the latest date into the latest University. A person can get accepted into more than one university. 

I have my current calculation as, 

CALCULATE (
DISTINCTCOUNT ( 'Table'[ID] ),
GENERATE (
VALUES ( 'Table'[ID] ),
LASTNONBLANK ( 'Table'[Date], 0 )
),
'Table'[Application_Status] = "Accepted"
)


I am going to be showing the visual on a Matrix table with University names being on the rows, grade being on the column and the measure on the values. However, I am having trouble trying to get the latest university as the count in the calculation. Like the student is getting counted is he/she is accepted in two universities. Any suggestions?
2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

Please share some data and show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
lbendlin
Super User
Super User

What if they get accepted into two or more universities on the same (latest) day?

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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