Forum Discussion
Anonymous
4 years agoNot applicable
undefined
Hello, How can I write a DAX code to compare each value of the graph shown with its group average value? My intention would be to compare each value with its group average value and give it a colour...
amitchandak
4 years agoSuper User
Anonymous , You can get constant line using the same measure
Calculate([Measure], all(Table[Group]))