Forum Discussion
vin_3539
3 years agoNew Member
Line chart gaps observed between data points while using legends
Hi folks,
While using line chart for data to higlihght the outliers, Lines was not been visible tried multiple resouce to solve issue.
not working
Used Dax to higlight the outliers,
Legend to find outlilers:
Dax = SWITCH(TRUE(),Sheet5[AFFINITY] > 107.20,"outlier",Sheet5[AFFINITY] < 86.40,"Outlier","Nonoutlier")
can u guys support the same.
No RepliesBe the first to reply