I have a calculated field that calculates Total Distinct name(users) per dashboard -
distinctCountOver(name,[dashboardname],PRE_AGG)
Then I want to calculate distinct name (users) per dashboard, but for a specified time period (between a start date and end date, ideally parameters(user based))
Finally, I want to calculate the utilization of the Dashboard by dividing these two calculated fields - Let’s say Total Distinct users are 10 for a dashboard over the full timespan, and for the last 20 days, the distinct users are 8, so the utilization for the last 20 days is 80%…
Can anyone help?