let
Source = SharePoint.Files("https://bbbind0-my.sharepoint.com/personal/bdusenberry_bbbind_com/", [ApiVersion = 15]),
#"Filtered Rows1" = Table.SelectRows(Source, each Text.Contains([Folder Path], "Desktop")),
#"Filtered Rows" = Table.SelectRows(#"Filtered Rows1", each Text.Contains([Name], "Finished Goods"))
in
#"Filtered Rows"
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter