I have a Card that shows me the sum of values from the visible bar graph ("Full-Time Billable Hours").
How do I get the average of their values instead? (aka Divide the bars' cumulative sum by how many of them are visible?)
(If only 1 bar is clicked on/highlighted, I want it to continue to only show that bar's value, aka divide by 1.)
Solved! Go to Solution.
AverageBillable = AVERAGEX(ALLSELECTED('hbdg time_entry'[Week Start Date]),'hbdg time_entry'[Hours])
AverageBillable = AVERAGEX(ALLSELECTED('hbdg time_entry'[Week Start Date]),'hbdg time_entry'[Hours])
User | Count |
---|---|
218 | |
75 | |
70 | |
69 | |
53 |
User | Count |
---|---|
191 | |
93 | |
77 | |
76 | |
67 |