Forum Discussion
Undefined
Now I created calculated column based on the grid values.
Calculated columns will not be impacted by user interaction with your visuals.
Using a regular filter seems to work ok?
This is working but the requirement is (The above scatter plot is showing july month data) if I select grid 1 in the grid slicer then only only those values should come for July month (i.e. values less than or equal to 15 & less than or equal to 33.63 from the above scatter plot) . Similarly for all 16 grids.
After selecting July month the scatter plot is again divided into 16 grids based on percentile lines. We have a Grid slicer. Now if we click on grid 1 then grid1 values should come similarly for other grids also. This is where I am not able to find the answer. Please help me with this.
On the entire data it is working but after selecting month & then selecting grids..Not getting the exact output. Please help me with this
- lbendlin2 years agoSuper User
Once you select a grid then the percentiles apply to that specific grid.
if we click on grid 1 then grid1 values should come similarly for other grids alsoNot really?
If you want to zoom in on a particular grid you can use the zoom sliders.
- Anonymous2 years agoNot applicable
Yes if I click on particular grid then the percentile lines change according to that particular grid. From the scatter plot above if I click on Grid 1 then the values less than or equal to 15 & less than or equal to 33.63 should come. Approximately 13 values are there in grid 1. Now in that grid 1 again percentile lines are divided into 16 grids but the values <= 15 & 33.63. What I meant is again these 13 values are into these 16 grids based on the percentile values.
I hope I am clear with my requirement