Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
I am looking for a visual that would allow me to add a goal line for the data represented by the column chart. I am currently using a "Line and clustered column chart" with a secondary y-axis, but there is no option to add a goal line under the "Analytics" section.
Is there another visual out there that I can download that would allow me to do that?
Thank you.
Solved! Go to Solution.
Hi @Anonymous ,
According to the official documentation restrictions, line and clustered column charts cannot apply dynamic lines.
Refer to:
Use the Analytics pane in Power BI Desktop - Power BI | Microsoft Learn
You might consider turning Secondary y-axis on at line and clustered column charts - Format, after which you can create the measure associated with dynamic lines and place it inside to form a folded line:
Measure =
AVERAGEX(ALL('Table'),[Value])
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
According to the official documentation restrictions, line and clustered column charts cannot apply dynamic lines.
Refer to:
Use the Analytics pane in Power BI Desktop - Power BI | Microsoft Learn
You might consider turning Secondary y-axis on at line and clustered column charts - Format, after which you can create the measure associated with dynamic lines and place it inside to form a folded line:
Measure =
AVERAGEX(ALL('Table'),[Value])
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello, I did something similar and it worked, thank you.
As I mentioned initially, I am using a "Line and clustered column chart", and there is no option like this in the "Analytics" section :
Hi @Anonymous ,
Please Refer to the below Screenshot.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
79 | |
59 | |
36 | |
33 |
User | Count |
---|---|
92 | |
59 | |
59 | |
49 | |
41 |