Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am stumped on what I could do differently to get the totals to do the calculations of the group vs just working for the individual. (I don't even have the option to do an average of the group selected.)
thanks for your help..
Solved! Go to Solution.
@electrobrit , You can get avg like
Gross Billable % =
AVERAGEX(values(TimeDetail[full_name]), CALCULATE( IF(SELECTEDVALUE(
TimeDetail[full_name]) IN {"EmployeeB", "EmployeeD"},
[Net Billable %],
CALCULATE([Billable Hours]/[PeriodWorkingHours]))))
@electrobrit , You can get avg like
Gross Billable % =
AVERAGEX(values(TimeDetail[full_name]), CALCULATE( IF(SELECTEDVALUE(
TimeDetail[full_name]) IN {"EmployeeB", "EmployeeD"},
[Net Billable %],
CALCULATE([Billable Hours]/[PeriodWorkingHours]))))
User | Count |
---|---|
79 | |
74 | |
63 | |
45 | |
44 |
User | Count |
---|---|
101 | |
43 | |
39 | |
39 | |
36 |