Forum Discussion
Sharepoint datasource not providing data
- Anonymous4 years ago
Thank you, though i already tried that, my current work around is creating a column, and using "Record.Field[(Title], "Name") , and it seems to be working. It is pulling the correct name so unless there is a change of issues going forward, i may stick to this solution.
The extra information helps a bit but I don't understand why you're referencing the use of the SharePoint List connector AND the SharePoint Folder connector. They do two completely different things. I guess I'm not fully understanding what you're trying to acheive.
Just to add another in the mix, you could try SharePoint.Contents to see if that gives you any detail closer to what you're looking for.
I want to list documents from Sharepoint in Power Bi, specifically 4 attributes. Name, Link, Last Modified, and Folder path. Using the Sharepoint Folder connector, Name, Last Modified and Folder Path work well, but the link does not appear. However, if i use the Sharepoint List connector, Last modified, Folder Path and Link works, but about half the names show up as Null. I may have found a work around but i am checking to see if it is correct.
- KNP4 years agoSuper User
Not sure if this could help...
- Anonymous4 years agoNot applicable
Thank you, though i already tried that, my current work around is creating a column, and using "Record.Field[(Title], "Name") , and it seems to be working. It is pulling the correct name so unless there is a change of issues going forward, i may stick to this solution.