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.
I'm trying to create a dynamic reference line based off a measure I created (AVG OT). When I add the measure to a card, I get what I am looking for and it changes when I use my filters. That part is working good. Now the issue I have is when I add that AVG measure to a bar chart by employee names, it takes the employees avg and creates a line that coincides with each employee. I want it to stay as the total value instead of each individual's value. Here are some pictures:
Current:
Is there a way to get the Reference line to only show the Total, in this example = 11.29? Instead of changing the values based on employee? Thanks in advance.
Solved! Go to Solution.
@TMO_KY , create a measure like this
Avg OT = calculate([Avg OT per period], all(Table))
And use.
Or use analytics pane
https://docs.microsoft.com/en-us/power-bi/desktop-analytics-pane
@TMO_KY , create a measure like this
Avg OT = calculate([Avg OT per period], all(Table))
And use.
Or use analytics pane
https://docs.microsoft.com/en-us/power-bi/desktop-analytics-pane
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.