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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
SSS
Helper I
Helper I

EARLIER function not working with MAX of a group

Good Morning

 

I am struggling with the Earlier function as I am not able to make it work.

 

I have a column called ID, another called DATE and another called TIME

 

as an example:

 

ID           DATE           TIME
1            1/1/2018          5
2            1/1/2018          1
3            1/1/2018          3
1            2/1/2018          6
2            2/1/2018          2
3            2/1/2018          4
...

 

As you can see I have the date, and the time that is taken for ID nº X to finish.

 

I want to calculate a measure that tells me the Maximum time that takes for the ID to be finished, in this case for ID 1 it would be 6 as an example.

 

THe formula that I have used is the following one:

 

Medida = calculate(MAX(Table1[TIME]; FILTER(Table1; Table1[ID] = Earlier(Table1[ID]))

 

But I am not able to make it work as it tells me that there is an error in the Measure.

 

Can anyone help me in order to accomplish this task? Thanks a lot.

 

 

 

 

 

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

Hi

Please try replacing earlier with selectedvalue

Regards
Zubair

Please try my custom visuals

View solution in original post

1 REPLY 1
Zubair_Muhammad
Community Champion
Community Champion

Hi

Please try replacing earlier with selectedvalue

Regards
Zubair

Please try my custom visuals

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.