An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
Hey,
Assuming you do have Azure SQL DW already available,
you can leverage ADF to upload files from SFTP to Azure blob , Then leverage external table to read data from file rather than explicitly loading data into synapse.
And you can query the external table via PowerBI.
Else you can leverage ADF to upload in blob and access blob file directly via PowerBI.
or upvote
button whenever the information provided helps you.