Forum Discussion
Anonymous
6 years agoNot applicable
Add a constant line for 'Line & Clustered column chart' = Combo chart
I am looking for a way to add a constant line - 5% dotted line in my combo chart ' Line & Clustered column chart' Combo chart configuration. Chart would like this:- Currently t...
amitchandak
Super User
6 years agoAnonymous , check if you can create a measure and add a like
measure =.5
add that in the combo visual and change line style
- Anonymous6 years agoNot applicable
Had tried the measure approach as well.
Since the primary Y axis is %, and 2nd Axis is number. (2 different unit of measurements)
If I add a "measure 5" to my combo line chart. it will become like this:- which is not what I want.
Black bars = 5%
- DataZoe6 years ago
Microsoft Employee
- Anonymous6 years agoNot applicable
Thanks DataZoe for your quick reply. very much appreciated.
If I move the 5%line to line Values, my 2nd Y-Axis UoM (unit of measure) will not be correct.
I am mixing Pecent data (5%) line with other # of Test (whole number) . My chart will not be correct.
See below, 2000%
- Anonymous4 years agoNot applicable
This is awesome, It worked perfectly Thanks