Hi @jojo54
See if the following can fix it for what you need
Number of clients 2 = VAR vMinVal = MIN ( TimeTable[Value] ) VAR vMaxVal = MAX ( TimeTable[Value] ) VAR vNumberOfClients = COUNTROWS ( FILTER ( ALLSELECTED ( ClientsTbl ), ClientsTbl[Entry Time] <= vMinVal && ClientsTbl[Exit Time] >= vMaxVal ) ) RETURN vNumberOfClients
Whenever I have more time I could think of something better.
@Geradav thank you!! That works perfectly!
hi there, I'm now trying to add an extra column of information which shows which company the person is from. However when I try to apply a page filter to filter for individual companies, the command seems to still be looking through the whole table and not filtering the count only for that company. Any ideas how to fix it?
User | Count |
---|---|
125 | |
81 | |
55 | |
53 | |
45 |