Forum Discussion
Data in table and visualizations not matching
- 9 years ago
It looks like your session id is included in the visual as a calculation, when it should be a dimension. Make sure there is no calculation applied, such as COUNT, SUM. Alternatively classify the SessionID column as data type text.
Currently it probably shows the number of sessions for the days selected, rather than the actual session id.
It looks like your session id is included in the visual as a calculation, when it should be a dimension. Make sure there is no calculation applied, such as COUNT, SUM. Alternatively classify the SessionID column as data type text.
Currently it probably shows the number of sessions for the days selected, rather than the actual session id.
Thanks, I'm fairly new to this still. The default was COUNT and it didn't occur to me to check :)