Forum Discussion
relationship
- Anonymous8 years ago
In your visualisation pane you have an area called "Page Level Filters" and "Report Level Filters". That is where you might need to check first. You will need to step through the logic of any filters contained there to see if they might be hiding information long before your slicer has an effect. A filter that affects 1 table, might in turn hide information from other tables its linked to.
Thanks Ross!!!!!
I checked query edit, and I am wondering if it has something to do with this. "Limit of 1000 values reached" Do you have any idea how to fix that?
The query editor, for performance reasons, only takes in a small sample of your dataset. Since you have access to the code itself, via "Advanced Editor", you should be able to tweak written code yourself.
For example if you wished to filter out a particular string, you could use the UI to filter out the wrong string temporarily. This would create the necessary code for you to hand change.