Forum Discussion
MyThumbsClick
Helper II
2 years agoUse existing table column to loop through each id and create a new table with API
Hi All Im working with the Freshservice API (Ticket platform) and have had good success pulling in ticket and associated tables/data into Power BI. I have used this link to get around pagination iss...
MyThumbsClick
Helper II
2 years agoCan you provide an example of the query to loop through all ticket ids from the ticket table? Would i need to use some like this to load the values into a variable?
source = Table.SelectColumns(AllTickets,"id"),