The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I should develop a PBI app that is used by the user to selected a subset of data and input it in a custom R model.
So basically what should happen:
1) User access to a table where he can select with values he wants to input in the R model.
2) Click on something like "Launch Model" that sends the selected row to the R model to be processed. The resulting file is a csv saved on a folder (or on a DB).
I was thinking to use R Visual to perform the "take subset+run model" part, but this leads to several limitations, such as max row, timeout and only some library available.
Is there any other way to perform this task to select a subset and run it in a R model through a button o something similar? Maybe API, but I'm not really into the topic (considering the app will be deployed on PBRS, that has some limitations on this part)...
Any help appreciated!
Best regards,
Cla
Hi @Anonymous ,
The thread may help you a little bit.
https://community.powerbi.com/t5/Desktop/Send-filtered-data-from-Power-BI-to-R-script/td-p/326663
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.