Forum Discussion

4 Replies

    • Charline_74's avatar
      Charline_74
      Resolver I

      Hi lbendlin

      My aim is to collect the information reported by the Scanner API every day in order to monitor Power BI activities.

      I'm already using the Scanner API with a Data Pipeline and Dataflow Gen2, but the Dataflow Gen2 takes too long to refresh, so I want to test the Notebook Fabric, but I'm not very comfortable with Python.

      With this script, I'd like to run the various APIs of the Scanner API and then retrieve the information in the delta table format.

      • lbendlin's avatar
        lbendlin
        Super User

        The usual process is to run the Scanner API calls from Powershell and store the resulting JSON files somewhere where they can be ingested from. There's not really a point doing this from within Power BI/Fabric.