Hi @ Dean B
Yes, you can import data pulled from an API into an Azure SQL Database, and while Power Query isn’t designed to directly insert data into SQL databases, there are alternative ways to achieve this while still utilizing its transformation capabilities.
Here’s how you can make it work:
Azure Data Factory (ADF) integrates Power Query as a transformation tool.
- Set up a pipeline in ADF to connect to your API as the data source.
- Use the Power Query activity in the pipeline to clean and transform your data.
- Configure the pipeline to write the transformed data to your Azure SQL Database.
- You can schedule this pipeline to run every hour to automate the process.Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.