Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello
I a graph, e.g. bar graph or dial or anything, we want to indicate a value that is a cut-off point or a limit or a baseline. We want this value to be indicated on the graph so that we see whether we have exceeded that or not etc.
Is it possible?
Thanks!
Solved! Go to Solution.
Hi , @Anonymous
PBI has already added the ability to create multiple data bound reference lines on some visuals.
When you create a bar chart ,you can create a constant line .You can set it in visual analytics pane.
When you create a dial gauge ,you can create a measure to set you target value.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,You can add create a measure with static value and add
Can you please explain with an example.
Example
Avg line = calculate(Avergae(Table[Value]),All(Table))
Static Line = 10 //New column or measure
Hi , @Anonymous
PBI has already added the ability to create multiple data bound reference lines on some visuals.
When you create a bar chart ,you can create a constant line .You can set it in visual analytics pane.
When you create a dial gauge ,you can create a measure to set you target value.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.