How to save result of R script in Power BI
问题 Is it possible to implement the following scenario in Power BI Desktop? Load data from Excel file to several tables Make calculation with R script from several data sources Store results of calculation to new table in Power BI (.pbix) The idea is to use Power BI Desktop for solving "transportation problem" with linear programming in R. Before solver will be running we need to make data transformations from several data sources. I'm new in Power BI. I see that it is possible to apply R scripts