Forum Discussion
yanzhao_LBS
2 years agoHelper II
file replace automatically
i get date from sharepoint folder and there will be 2 file for the 1 Powerbi Table. and the 2 file is version 1 and version 2. Now the default is the version 1 and version 2 file will be "append " ...
- 2 years ago
When you connect to the sharepoint folder, you sort the file list by an appropriate criteria (for example file name descending) and then you grab the binary of the first row, like #"Sorted Rows"[Contents]{0}
lbendlin
2 years agoSuper User
When you connect to the sharepoint folder, you sort the file list by an appropriate criteria (for example file name descending) and then you grab the binary of the first row, like #"Sorted Rows"[Contents]{0}
- yanzhao_LBS2 years agoHelper II
sounds a practicable approach ,i will try that and accept this as a solution when it works.