Forum Discussion
Anonymous
6 years agoNot applicable
Display Last Massage
Hello 🙂 i have this column or measure to do and i really don't have an idea to how to make it. here is the story: the client asked me to display the last massage attached to an ID 3 columns -Ta...
amitchandak
Super User
6 years agoI have not tested it but if you take date and message and this measure then this should filter the last message
calculate(count(Tag_Analyse[id]),filter(all(Date_of_booking),Date_of_booking[Date]=max(Date_of_booking[Date])))