Forum Discussion
Anonymous
7 years agoNot applicable
Using hours as a conditional value - countrows betweens hours
Hi, I am a PBI newbie. But first of all, I have this table: ASUMMA =
SUMMARIZE (
'RELATÓRIOS';
'RELATÓRIOS'[Tripulante]; 'RELATÓRIOS'[Cargo Tripulante];
RELATÓRIOS'[DATA.Partida Pre...
- 7 years ago
Hi Anonymous
As tested, you could try this measure
Measure = CALCULATE(COUNT(Sheet6[hour.c]),FILTER(ALL(Sheet6),[hour.c]<TIME(17,00,00)))
Or
Measure 3 = COUNTROWS(FILTER(ALL(Sheet6),[hour.c]<TIME(17,0,0)))
Best Regards
Maggie
v-juanli-msft
7 years agoCommunity Support
Hi Anonymous
As tested, you could try this measure
Measure = CALCULATE(COUNT(Sheet6[hour.c]),FILTER(ALL(Sheet6),[hour.c]<TIME(17,00,00)))
Or
Measure 3 = COUNTROWS(FILTER(ALL(Sheet6),[hour.c]<TIME(17,0,0)))
Best Regards
Maggie