I have a tableau usage analytics report which tells me the number of users who did something(the numerator) but not the total number of users who has access to do something(the denominator) or the total number of users who could have used the reports.
How can I add total number of users who could have used the reports to the workbook?
Number of users are calculated as COUNTD([USER_ID])
and If am if I am using the calculated field for total users -
{ FIXED year([he_created_at (EST)]):countd([USER_ID])}
Would it suffice?