Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Percentages exceed 100% #8

Open
rviscomi opened this issue Oct 5, 2021 · 0 comments
Open

Percentages exceed 100% #8

rviscomi opened this issue Oct 5, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@rviscomi
Copy link
Member

rviscomi commented Oct 5, 2021

It's possible to break the dashboard in such a way that the percentages exceed 100%.

You may see this on the y-axis of the chart or a % column of the data table:

image

image

The reason why this happens is because some controls are meant to always have exactly one value selected, but Data Studio only has a mechanism in place to prevent 2+ values from being selected and not 0 values. So for example you can deselect the "Client" or "Geo" controls and cause the dashboard to think that all values should be selected at the same time, which causes their percentages to get aggregated together.

I'd love for this to be fixed in Data Studio itself so that the controls can behave more like a radio button, where users are unable to deselect an option that is already selected by default, only change its value. Until then, I'll look for a workaround and leave this issue open to hopefully explain the unexpected behavior.

Solution: check the filters/controls on the Technology and Settings pages to ensure that "Client" is always either desktop or mobile and "Geo" has at least one value selected (default "ALL").

@rviscomi rviscomi added the bug Something isn't working label Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant