Hi All,
Can anyone please help me in resolving this issue I am facing with Odata call to sharepoint list metadata in Power BI Service. This is working successfully and fast in desktop, but in service it gives the below error.
Step 1 -
Source = Odata.Feed(" https://sharepoint.com/sites/department1/_api/web/lists?")
Step 2 - Remove other columns
Step 3- Filter few rows
Step 4- Loop in through each list library in the department1 sharepoint site as below. Works perfectly fine in desktop but refresh issue in service
FieldValuesAsText=Table.AddColumn(#"FiletredRows", FieldValuesAsText, each OData.Feed("https://sharepoint.com/sites/department1/_api/web/lists/GetByTitle('"&[Title]&"')/Items?$select=FieldValuesAsText"))
Please help if anyone has resolved this kind of issues.
Thanks,
Pallavi