Forum Discussion
obriaincian
3 years agoResolver I
Power BI - Line and clustered column chart , insert Target Line 0-128
Hi All,
I have a Line and clustered column chart in which I'd like to add a line too (I want to add the line in black below).
I tried to create a measure to do this but I had no luck
Target Line = GENERATESERIES(0, 128, 1)2 Replies
- Gowtham_SelvamResolver I
Hi,
Create a measure by using generateseries function for the line y axis.Then enable the secondary y axis
and disable the default y axis in format visual.
If I answered your question, kindly mark it as solution.
- obriaincianResolver I
Hi Gowtham_Selvam , Thank you for the solution however this doesn't solve my problem. I shuld have worded my question better. The Target line cannot be dirived from the data I have, it is defined manually so The line needs to be created independant of the data.