Forum Discussion
TMO_KY
6 years agoHelper II
Trouble 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
6 years agoSuper User
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
6 years agoHelper II
amitchandak I tried almost everything but that worked! Thank you!!