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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

More than one dataframe in Python / R visuals

It is somewhat limiting to only pass a single dataframe into Python/R. It would be great if a single Python/R visual could have 2 or more drop-boxes for data fields, serving as multiple dataframes in a single Python/R script.
Status: Needs Votes
Comments
msn1
New Member
You can, like this: Let GetTable1 = some data import script here GetTable2 = some other data import script here #"Run Python script" = Python.Execute("some script here",[df1=GetTable1, df2=GetTable2]) In GetTable1
fbcideas_migusr
New Member
Status changed to: Needs Votes