Forum Discussion
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
- DekuSuper User
If( [max date] in values( sla[record start] ), 0, 1 )
- Greg_DecklerCommunity Champion
Latest = IF(MAX(SLA[RecordStart])=[max date],0,1) - v-sathmakuriCommunity 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-sathmakuriCommunity 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-sathmakuriCommunity 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!!