This is what my data looks like when I do a left join. You see there are duplicates because I am joining on only 2 columns while the base columns has more than 2 which is fine. However, in QS, I want to sum the traffic for each day. You can see it will duplicate if I sum, so doing an avg would work for days, but if I want to do months the avg wouldn’t work and the sum would be extremely high in this case. Is there a way in QS to avoid this duplication and only add it once when I do a month view and avoid using avg for a day view?
I also need to use the pivot table in QS as well. Any help would be appreciated!