Forum Discussion
damit23183
Microsoft Employee
3 years agoHow to create Custom Median line on Scatter Chart
Hi, I am creating scatter chart based on some variance calcualation. Everything is good just need to draw custom line in that chart where I need some help. For example I have this scatter cha...
- 3 years ago
damit23183 , Create a measure using median or medianX and use that in constant line
or maybe you need a measure like
medianX(Values(Table[Gender]) , [RR])
amitchandak
Super User
3 years agodamit23183 , Create a measure using median or medianX and use that in constant line
or maybe you need a measure like
medianX(Values(Table[Gender]) , [RR])
- damit231833 years ago
Microsoft Employee
Thanks Amit. It perfectly Worked.