Forum Discussion
Static Count Card
Hi,
I am not sure how your data model looks like, but please try something like below.
One of ways to achieve this is to use REMOVEFILTERS( ) DAX function.
Total employees measure: =
CALCULATE ( [employees count measure], REMOVEFILTERS () )
- RLSid173 years agoHelper III
This works! Just one query and this maybe illogical but would it be possible to filter the wanted values and use the REMOVEFILTER() at the same time?
Because there is this data source where the total headcount of employees is in 1 sheet and it is being added every month and I filtered it to the current month. Now I wanted it to have the static count of the total employees in that current month. I know it would be easier to just create a separate excel file with just the updated headcount of employees but I'm just wondering if that would be possible to get the static count of the filtered data. I hope what I'm saying makes sense if not please do let me know. Thank you so much for your help!