Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
There are 5 sharepoint folders that have files in them. I need to build a report that details a custom field that is viewable online:
I am connecting through the Sharepoint Online List connector. I can see the file name through expanding Files.Folder Name. Not able to see the other file-related fields like created by, modified by, modified date, or current status field for the individual files.
Would anyone have any suggestions as to how to access the other fields (created by, modified by, modified date, current status) is information for all files in the 5 folders?
Thank you!
Solved! Go to Solution.
Thank you for the quick response. That solution is very helpful for a Power App but it did not cross over well to Power BI.
I was actually able to resolve and find the Share Point custom fields. I had to use the expansion fields for Folder.Files, Folder.Files.ListItemAllFields, and FieldValuesAsText.
Here is a similar post Solved: Cannot get Created By or Modified By from sharepoi... - Power Platform Community (microsoft....
Regards,
Ritesh
Mark my post as a solution if it helped you| Munde and Kudis (Ladies and Gentlemen) I like your Kudos!! !!
My YT Channel Dancing With Data !! Connect on Linkedin !!Power BI for Tableau Users
Thank you for the quick response. That solution is very helpful for a Power App but it did not cross over well to Power BI.
I was actually able to resolve and find the Share Point custom fields. I had to use the expansion fields for Folder.Files, Folder.Files.ListItemAllFields, and FieldValuesAsText.