Forum Discussion
Eric5605
3 years agoHelper I
How can I import SharePoint list version data into Power BI
Hello, I have data on about 100 companies that is fed by a SharePoint list that has versions turned on. Over time, the SharePoint list is updated with new information. For example, as the number of e...
- 3 years ago
You need to call the version function for each item separately. There is no call like " give me all versions of all items ".
The item ID is part of the data you get when you fetch the item list.
Eric5605
3 years agoHelper I
Hello, I have about 110 different records/items in the SP list. What should I enter for Item.ID if I want to track ther versioning on all of them?
- lbendlin3 years agoSuper User
You need to call the version function for each item separately. There is no call like " give me all versions of all items ".
The item ID is part of the data you get when you fetch the item list.
- lbendlin3 years agoSuper User
You need to call the version function for each item separately. There is no call like " give me all versions of all items ".
The item ID is part of the data you get when you fetch the item list.