Forum Discussion
busmansholiday
2 years agoRegular Visitor
Passing (sliced) data to R and then retrieving output object back to Powerbi
I have an application where I have a large dataset in POwerBI and I need to select subsets via slicers (easy) and then pass that subset to R (also easy). Then, for example, I want to run a regression...
busmansholiday
2 years agoRegular Visitor
Implicit in my earlier query was the idea that I'd like to be interactively getting back beta-values and coefficients from R, based on the slicer settings. I should have made that explicit. Because I want the data selecting/filtering, I can't just write out one set of beta-values to a csv file and then read them back in, it has to be a 'live' link.