Optimizing Date Field Selection for Accurate Counts

Hi Team,

In my dataset, we have multiple date fields, but we now need to provide an option for only two date fields: received date and audited date. I created a parameter with the received date as the default value and added a control with a dropdown that includes both the received date and the audit completed date. I then created a calculated field, which is working as expected.

Now, we have a requirement where the overall count should always be based on the received date, and the audit count should always be based on the audited date.

For Overall count, we are using the following rule,
image

For audited count, we have written the following rule,
image

If we look at the snapshot below, the data is currently being fetched based on the filter selection. However, the requirement is to always show the overall count based on the received date and the audited count based on the audited date. Any suggestions here would be greatly helpful.

Hi @tdr_Dinesh

Are you saying you don’t want the filters to affect the two calculated fields?

Regards,
Giri

Hi @Giridhar.Prabhu,

Yes, That’s correct.

Have you tried distinctCountOver, keep the partition field as indicating Total level

Hi @Giridhar.Prabhu,

Yes, I have tried, but we have not get the expected output.

Thanks!

1 Like