Forum Discussion
Anonymous
7 years agoNot applicable
Dynamic update of filepath
I import a folder of Excel files into Power BI using something similar to the below let
Source = Folder.Files("C:\Users\MyUsername\Box\MyFolder"),
#"Filtered Rows" = Table.SelectRows(Source, each...
Anonymous
7 years agoNot applicable
I have been able to get the system username into a table through an R script, but how can I use this in the folderpath of my source?
- v-juanli-msft7 years agoCommunity Support
Hi Anonymous
It seems you have different files in a folder, each file belong to a different user,
user a will update file a into power bi, user b will update file b into power bi, right?
If so, please create dynamic parameter to fetch different data source file.
Reference:
Power BI Desktop Query Parameters, Part 1
Dynamic Data Source based on parameter
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.