The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.