Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
kari1282
Helper III
Helper III

Count Rows <25

Hi I'm looking to figure out how the numbe of timekeepers with less than 25 hours.  M

 

Count <25 Pro Bono Hours = CALCULATE(DISTINCTCOUNT(WFE[Fee Earner Name]), FILTER(Utilisation, [Pro Bono]<25))
 
Just of note the Timekepeer and Pro Bono hours sit on two different tables.  The asnwer should be 5 but I'm getting 11 which is just a count of all timekeepers. 
TimekeeperPro Bono
a0.3
b1.8
c125
d55
e22
f92
g21.6
h21.7
i22.6
j73
k133
2 REPLIES 2
DataZoe
Employee
Employee

Actually @kari1282 I think the issue is you need to FILTER the WFE table, not the Utilisation table. You would want to calculate the [Pro Bono] sum by Fee Earner Name, not filter just if they have at least one ROW in the Utilisation table that is less than 25.

Count <25 Pro Bono Hours on WFE = CALCULATE(DISTINCTCOUNT(WFE[Fee Earner Name]), FILTER(WFE, [Pro Bono]<25))
 

Respectfully,
Zoe Douglas (DataZoe)



Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/

DataZoe
Employee
Employee

Hi @kari1282,

What is the relationship between the two tables?

Respectfully,
Zoe Douglas (DataZoe)



Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.