Forum Discussion
AnttiKoskinen
2 years agoFrequent Visitor
Latest date as filter in Power BI Dataflow
I'm trying to set a scheduled refresh with following piece of code, which system created automatically for me: #"Filtered rows 1" = Table.SelectRows(#"Filtered rows", let latest = List.Max(#"Fi...
- 2 years ago
do you want to import the last modified file? Sort the folder contents accordingly and then grab the binary from row 0.
AnttiKoskinen
2 years agoFrequent Visitor
Got it!