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
Helper III
8 years agoThis 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.