DAX First Occurance in SUMMARIZE, FIRST_VALUE equivalent
问题 I'm trying to create a DAX query to combine several records withing the same table and extract some values from these combined records. The result should display not only the min and the max of start and stop time, but also the corresponding first and last locations. FROM TravelID | TripID | StartTime | StopTime | StartLocation | StopLocation 1001______| 99______| 08:00_______| 08:10_______ | 50AB___________| 99DE___________ 1001______| 100_____| 08:12_______| 08:20________|59DB___________|