PowerBi query for JIRA tickets giving results in loop
Summary The issue at hand is a Power BI query that is designed to fetch JIRA tickets, but it results in an infinite loop, yielding the same results repeatedly. This problem stems from the pagination mechanism used in the query, which fails to properly handle the startAt parameter, leading to the repetition of results. Root … Read more