Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have spent quite a few days reading posts on this and I still can't figure it out:
Requirement
Background
So, My Question is: How can I EITHER
Call the SOAP version GetVersionCollection in PBI (not PBI, but something like:
$().SPServices({ operation: "GetVersionCollection", async: false, strlistID: "Projects", strlistItemID: 1, strFieldName: "Description", completefunc: function (xData, Status) { $(xData.responseText).find("Version").each(function(i) { console.log("Name: " + $(this).attr("Description") + " Modified: " + $(this).attr("Modified")); }); } });
OR
Get the REST resultSet split/parsed so it's in one table.
Like I said, I have been doing trial and error for quite a while. Any tips would help.
Hi @IbisRipley ,
Hope this document can help you.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |