Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Sharepoint Version History Scraping in Dataflow

Hello,

 

I'm in the middle of creating a dataflow that has a function that scrapes the sharepoint list of their version history but I am getting this prompt over and over per each item that I have in sharepoint list:

LSMaku_0-1675861063161.png

 

Is there a way to prevent this prompts from reoccuring?

 

I also used this function in desktop app but didn't get the same prompts as when I do it in Dataflow.

 

I'm invoking the function in this page for reference

1 REPLY 1
ibarrau
Super User
Super User

Hi. I would suggest modifying the code you have on that post. It looks like it's generating a different url for each item. You can try Web.Contents good practices in order to use one url as a source for all items. You might get to that if you add the following items as RelativePath parameter:

- VersionsRelevantSharePointListName => Your SharePoint List Name

- VersionsRelevantItemID => SharePoint list item ID

You can check how to modify power query code for web contents on the following posts:

https://blog.ladataweb.com.ar/post/630597294839955456/powerquery-buena-práctica-para-un-web-request

https://blog.crossjoin.co.uk/2016/08/16/using-the-relativepath-and-query-options-with-web-contents-i...

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors