Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.