Forum Discussion
Line and Clustered Column Chart, custom line
- Anonymous3 years ago
Hi Nurzh ,
Create another measure and place it on the [line y-axis].
Measure = IF(SELECTEDVALUE('Table'[Period Type])="Actual",[Actual rundown],[Forecast rundown])Change the style of the line under the [format your visual] pane.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Thanks for sharing,
Could you please also advise why the line not presented as desired result that I have attached previously, it's devided into 2 lines.
I need to show one single line, for actual and forecast rundown. In my source file totally I have 133 doc number, and their status gradually will be changed to actual from forecast. For example this total 133 doc numbers will run down with changing of their status is_reviewed = true.
Hi Nurzh ,
Create another measure and place it on the [line y-axis].
Measure = IF(SELECTEDVALUE('Table'[Period Type])="Actual",[Actual rundown],[Forecast rundown])
Change the style of the line under the [format your visual] pane.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.