Forum Discussion

nick9one1's avatar
nick9one1
Helper III
1 year ago

get largest filtered record date

Hi, 

 

I have created the following measure to get the latest record of each order. But It isnt quite working..

 

the max date for these two rows should be 25/04/2024 as this is the largest date between the quarter start and end


then the next step is to filter the table. I want to create a second measure like this

 

Latest = IF(SLA[RecordStart]=[max date],0,1)

 


but I cant reference the column. How can I do this?

 

 

 

 

 

 

5 Replies

  • Deku's avatar
    Deku
    Super User

    If( [max date] in values( sla[record start] ), 0, 1 )

  • v-sathmakuri's avatar
    v-sathmakuri
    Community Support

    Hi nick9one1 ,

     

    May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

     

    Thank you.

  • v-sathmakuri's avatar
    v-sathmakuri
    Community Support

    Hi nick9one1 ,

     

    I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If the responses has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.

     

    Thank you!!

  • v-sathmakuri's avatar
    v-sathmakuri
    Community Support

    Hi nick9one1 ,

     

    I hope this information provided is helpful. Feel free to reach out if you have any further questions or would like to discuss this in more detail. If responses provided answers your question, please accept it as a solution so other community members with similar problems can find a solution faster.

     

    Thank you!!