Hello all, I found what I thought was a a simple way to refresh a Power BI dataset connected to a SharePoint Online list. The steps came from the MS Power BI Blog, there are just two steps, "When an items is created or modified" and "Refresh a dataset Power BI"
. Sounds great except it modified all the list items and then went into a loop of trying to modify items that were already being modified by the workflow. And of course all the modifying led to exceeding the threshold of refreshes.
So my question is why is it modifying all the list Items? I thought this action would trigger if a new item was created or if an existing item was edited. If I change the due date on a single list item, I would expect the data source to be refreshed to reflect the change, not to trigger a loop through all list items.
Thanks for any help on this
Richard