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!View all the Fabric Data Days sessions on demand. View schedule
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 12 | |
| 7 | |
| 5 | |
| 5 | |
| 3 |