Forum Discussion
pass both filtered and unfiltered data to an R script visualization
- 3 years ago
Your probem is that you cannot feed more than one set of columns/measures (unfortunately called "dataset" - better called a dataframe) into the R visual. You can decide if your dataset is affected by the filter context or not, but you can't have both.
Your probem is that you cannot feed more than one set of columns/measures (unfortunately called "dataset" - better called a dataframe) into the R visual. You can decide if your dataset is affected by the filter context or not, but you can't have both.
I think Ibendlin is right.
For the sake of experimentation, I tried retrieving the non-filtered data from a SQL database, reasoning that with SQL I can retrieve only the field I want instead of loading the whole dataset. Performance was no better.