Forum Discussion

MelvinKhoo's avatar
MelvinKhoo
Frequent Visitor
3 years ago

Help to find the max value

Hello, im trying to find a way to only show latest data point in the data label of the chart below;

 

 

 

The idea i got from looking on the internet is by plotting my line chart to a clusetered column + line combo chart with the actual data labels in Y1 axis and the max value in Y2 axis.  I have problem creating the new measure to determine the max value. Since my original measure is cumulative, the max value should always be the latest data point. Below is a sample of my measure

The problem is my new measure always return as empty. My hunch is SELECTEDVALUE(tbl_Calender[Date]) = _max could not find the right match. but i am not sure the cause of this
Help is much appreciated. Thanks.

1 Reply