Hi,
I have few R visuals which I need to convert into Power BI visuals. I have been provided with R script with static R visuals. I now need to make those R Visuals dynamic. One approach I have taken is as follows:
1. Generate an output file with R script (into data table/excel/csv), and stored at a folder/location.
2. I have linked this file with powerBi to create power BI visuals, with a slicer to generate user driven dynamic views
R script runs when user changes the selection inthe slicer, and likewise, my output file is also refreshed at folder location.
When user changes selections in Slicer, Power BI linked file is not getting refreshed automatically everytime R script runs.
I have a refresh option in the menu bar but it is a manual refresh option. Is there any way where linked data can get automatically refresh based on the slicer selections??
Thanks,
Naveen Koushal