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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
JithinSankar
Frequent Visitor

Power BI - R Visuals passing Filter values

I've been trying out some Power BI R integration samples. So far, everything works fine interms of Passing the dataset , getting the plots from R and displaying them in Power BI, Slicing the Visuals based on Related Filters in Power BI. 

Here's the Problem,

1. Is there a way to pass an unrelated value in the Dataset to R Script? 

  This Variable is used in a section of my R script (as an a parameter to a function but not to restrict the dataset)  and the user should have the ability to change it from the front end in Power BI.

 

 

Has anyone done this? 

4 REPLIES 4
Anonymous
Not applicable

Hi @JithinSankar ,

 

Did you get any solution for this please, I'm also on the same page.

 

I want to pass data into R script though the Power BI filters.

 

Regards,

 

 

BeardyGeorge
Advocate I
Advocate I

not tried it myself (yet ,it's on the list), but I suspect this should give you the basic tools you need to do what you're after (the read.table and write.table bit) - there may be some security concerns with this though, so think carefully before you do it with any confidental data.

BeardyGeorge, Thanks for the link.

 

I am doing a bit of Read / Write in my R script but what I'm after is a far simpler issue. Lets say you want to give an option to the user to view a dataset on a monthly Aggregate or Daily Aggregate (kinda like a switch).

 

I'm thinking of a Variable (Qlikview ,OBIEE have got them) that the user can select and that can be passed on to R.

 

 

 Idea: Allow Users to Create Variables in Power BI

JithinSankar
Frequent Visitor

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors