Is it possible to read selected value of PBI Slicer from PowerBI and use it in R script(Datasource) to retrieve the results, which generates new datasource.
The thing is column filter works great on data frame generated with R script but what I need is to do calculation based on the selected value of specific column rather then just filtering data.
To simplify , I will put it this way, is it possible to create dynamic Rscript rather than static ones in PowerBI?
If you want to Read value of PBI Slicer/ Filter and recalculate the Data and Generate Graph accordingly, R Script Visual is the answer.