Forum Discussion
Anonymous
4 years agoNot applicable
Max Values for the data that makes up a visualisation
Hi there, Below is a visualisation I have and the underlying data of that visualisation. Is there a way to show the max values only in the table to show which week the max is hit. So there w...
amitchandak
4 years agoSuper User
Anonymous , In line visual, you do not have option secondary line with legend.
One way is you create measure for license , then you can get max measure like to
calculate(maxx(values(Table[Date]), [Your measure]),filter(allselected(Table), Table[license] = max(Table[license]) && Table[license] ="Houdni"))
and add additional lines