I'm working on a project using Google Looker Studio (formerly known as Data Studio) and I'm encountering an issue with a filter control affecting my report. The dataset I'm using is the Iris dataset, and I have a filter control for selecting multiple years (2020, 2021, 2022, 2023, 2024). The report is supposed to display a table with the distinct count of iris species, which should be 3 (Iris-setosa, Iris-versicolor, Iris-virginica).
Here's the problem I'm facing:
This issue is preventing me from presenting an accurate report. The distinct count of species should always be 3 regardless of the number of years selected. How can I resolve this discrepancy?
I need assistance in diagnosing and fixing this issue so that the distinct count of species remains accurate (3) regardless of the filter selection. Any guidance on what might be causing this issue and how to resolve it would be greatly appreciated.
Hi,
can you try this..
instead of using "species distinct" metric.. can you directly use the "species" dimension and take the Count Distinct value in a new scorecard and test the results
Thanks for your response, but it still isn't working correctly.
could you find a solution? count distinct is also returning me nonsenses
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |