79222632

Date: 2024-11-25 10:31:19
Score: 0.5
Natty:
Report link

For line chart, we can't add conditional formatting on it. You can do that on clustered column chart. However, you can only add one measure in the y-axis field. You can create a measure

Measure = sum('Table'[actual])-sum('Table'[plan])

then set up the conditional formatting

enter image description here

at last, you can the chart to line chart

enter image description here

As you can see, we can only set up the color for marker. We can't do it for line.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Ryan