Has anyone found a way to dynamically aggregate & count unique visitors using raw data (data feeds) + data viz tool, the way that Workspace does? One solution is importing every distinct ID, but that's too heavy of a dataset for me to use.
The obvious issue is that aggregating at different date grains or channels (or combination of both) overcounts because the same IDs are present multiple times, whereas Workspace accounts for duplicates. I haven't found a solution other than creating calculations in SQL for every date grain or channel I need. Just wondering if anyone has ever found a more dynamic solution downstream that doesn't involve importing every ID in the dataset?