Forum Discussion
Not getting the max expected value
Thanks abhishekpati86, but not exactly, because I want the last created date for an issueid, and in your solution I have 4 entries to issueid 10544.
I think you are talking about the below similar issue. I hope it helps.
- Anonymous8 years agoNot applicable
Hello abhishekpati86
I was just testing you solution from the other post, but I have still not the solution.First I can not add more columns (or at least doens't know how);
Second Lastdate function returns only the date, and I need the datetime. (the original value in the column)
How can I overcome this?
- abhishekpati868 years agoHelper III
Create a measure as shown in the image below and it will solve your problem.
- Anonymous8 years agoNot applicable
abhishekpati86, Sorry for the late reply, easter break.
It is not working, or at least I'm not getting to the desire result, because it is giving me the MAX date from all the table and not by issueid.
Maybe I'm creating the measure in the wrong place?
Greg_Deckler, did you have the chance to see the problem?
Struggling with max that is not max and LastDate that only gives me the "date" part.
Many thanks to both