Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

pass both filtered and unfiltered data to an R script visualization

I send to you, across the time and space the separate us, a cordial greeting.

 

I will attempt to state my inquiry briefly: I would like to pass both filtered and unfiltered data to an R script visual.

 

Let me attempt to demonstrate my difficulty. Consider the R code below:

R boxplot code.jpg

Observe that the visualization uses both filtered and unfiltered data: The boxplot uses all the data points in the data set, but the red line uses only one data point.

 

The problem is that, in Power BI, when I use a slicer to select the name, I lose access to the unfiltered dataset.

 

I was able to develop a work around by loading the dataset with each call of the R script. See below:

Power BI boxplot code.jpg

I feel this solution is inelegant, as there's the performance hit of loading the data set each time the slicer changes. Besides, users aren't going to be able to deal with this state of affairs.

 

I was reading that Dax has a function ALL(), which I think is analagous to what I need.

 

Any thoughts?

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

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.

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

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.

Anonymous
Not applicable

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.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.