Forum Discussion
gabrielvigo
7 years agoHelper I
Inside, into date Interval
Hello community! I have a dates of check in and check out. And depending of the date filter, I need a KPI with a count of people inside. I use a measure that is good to table, but not to KPI. ...
- 7 years ago
Hi gabrielvigo,
As the Card dispalys only one value which has been aggregated always, we are not able to add a filter condition based on this aggregate value ("Average of Values").
So for your scenario, you could create a measure with the formula below to achive your desired output.
Measure = CALCULATE(COUNT(Checks[Key]),FILTER('Checks',[Med_FilterDate]=1))Best Regards,
Cherry
gabrielvigo
7 years agoHelper I
Hi!
Yes, I share my report.
I have check in and check out, with a filter per day.
The filter can use with table, but noy in a KPI.
v-piga-msft
7 years agoResident Rockstar
Hi gabrielvigo,
As the Card dispalys only one value which has been aggregated always, we are not able to add a filter condition based on this aggregate value ("Average of Values").
So for your scenario, you could create a measure with the formula below to achive your desired output.
Measure = CALCULATE(COUNT(Checks[Key]),FILTER('Checks',[Med_FilterDate]=1))
Best Regards,
Cherry