Power BI - Getting Data
Given this Power Query M code snippet:
What does the Filtered table contain?
Source = SharePoint.Files("https://company.sharepoint.com/sites/marketing"),
Filtered = Table.SelectRows(Source, each Text.EndsWith([Name], ".xlsx"))What does the Filtered table contain?
