Forum Discussion

Tinus1905's avatar
Tinus1905
Icon for Resolver I rankResolver I
2 years ago
Solved

Export and email a table or report from PowerBi

I have a table in PowerBi with an R script for exporting on the local pc. Every week the table changed to the previous week.  The R script exports a CSV on the local pc with the name of the week of ...
  • Tinus1905's avatar
    2 years ago

    I find the solution. 

     

    script_files <- list.files(path = folder_path, pattern = "\\.csv$", full.names = TRUE)