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
Create a measure as shown in the image below and it will solve your problem.
Anonymous
8 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