Forum Discussion
Nigel
3 years agoAdvocate II
Potential Defect in the Newly launched Custom Labels for Chart Series Data Values
Hi All, It seems that there is a defect (or feature) when you use the new Custom Label option when formatting a Data Label for a Series. Your series has values for each x-dimension but the Cu...
ShabibAH
2 years agoFrequent Visitor
run across the same
this measure resolve it. Where it allow only non-blank value to show as a custom lable in the line chart
Measure = IF(ISBLANK(
SELECTEDVALUE('Table'[Text])),
" ",
SELECTEDVALUE('Table'[Text]))