Forum Discussion
Anonymous
8 years agoNot applicable
Not getting the max expected value
Hello to all I was creating the following calculated table: Table 2 =
ADDCOLUMNS (
SUMMARIZE ( 'Table A'; 'Table A'[issueid]; 'Table A'[Release] ; Table A'[LastRelease]);
"Last Date"; CALCULATE...
abhishekpati86
8 years agoHelper III
This should solve the issue.
Anonymous
8 years agoNot applicable
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.
- abhishekpati868 years agoHelper III
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.