Forum Discussion
TMO_KY
Helper II
6 years agoTrouble with Dynamic Reference Line from Average Total (measure)
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 i...
- 6 years ago
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
amitchandak
Super User
6 years agoTMO_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
Helper II
6 years agoamitchandak I tried almost everything but that worked! Thank you!!