Forum Discussion

2 Replies

    • simontaylor's avatar
      simontaylor
      Icon for Microsoft Employee rankMicrosoft Employee

      The data can be pulled into DB if you want.

       

      Step1: create a PBI report with ADO connector and load data into a dataset.

      Step2: Publish the PBI report and Setup a dataset refresh.

      Step3: Create a Power Automate dataflow to call PBI dataset via DAX query and then put json to ADLS Gen2 as CSV file.

      Step4: Use ADF to pull CSV file into DB.

       

      Done.