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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hey, its very very urgent.
I need to have a simple reference line (horizontal) on my line chart. I've searched the net. No answer seems good. I have a measure which can change based on filters.
Please help ASAP !!!
@Anonymous ,
You can have a measure with a static value
M1 = 10
Measure with Avg.min/max value overall
M2 = calculate(Average(Table[Col]),all(Table))
Or use analytics Pane.
Please see this link for instructions on the Analytics pane.
You can also just create a Measure that has a constant value and add it also to your visual
ConstantLine = 10 (for example)
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.