The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredAsk the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.
Run Python Script: When the user clicks this button, it will run a Python script in the background that fetches and exports data.
API Integration: The script will interact with an API to upload the retrieve the data from visual (dataframe). T
Dataframe (Table): The data that gets exported is stored in a structure called a "dataframe" (think of it as a table with rows and columns). The dataframe may be filtered based on user preferences or slicers (tools that help you filter data).
Unique Dataframe Name: To make sure the export process works correctly, each dataframe needs to have a unique name. This ensures that the right data is exported when you run the script.
Export Option: The exported data can be saved in a specific format (like a CSV, Excel file, etc.) when the button is clicked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.