Forum Discussion
wwyws0000
3 years agoRegular Visitor
Using multiple tables/data to create a new data via R script
Hi all, I'm a newbie PowerBI user and would like to get some help with the following scenario. Suppose I have data1 and data2 loaded into power BI through say, excel and sql. And I would like to ...
v-yanjiang-msft
3 years agoCommunity Support
Hi wwyws0000 ,
What do you mean "do some complicated transformations", if you connect data1 and data2 in import mode, you can do transformations or create another table based on data1 and data2 in Power Query.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
wwyws0000
3 years agoRegular Visitor
Thanks for the reply. By "complicated transformations" I mean things that can't be done through joining, simple arithmetics, etc.
Would you be able to give an example of a power query that uses data1 and data2 and sends them to an r script? say the r script is just "doThisFunction(data1,data2)"