Forum Discussion
Anonymous
5 years agoNot applicable
Calculate Unique Visits
Data table linked to a Key and Date Dimension: I want to calculate a 1 the first time a Patient ID appears per service date. If a Patient ID appears multiple times on a particular service date,...
- Anonymous5 years ago
I ended up concatenating Pat_ID and Orig_Service_Date and then doing a Distinct Count of that
Anonymous
5 years agoNot applicable
I ended up concatenating Pat_ID and Orig_Service_Date and then doing a Distinct Count of that