Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
Is there a REST API for exporting all current tenant settings in the admin portal? Or some other method?
And is there a way to import this export again, so all settings are restored in one go?
thanks,
Feel free to reuse
keep_history = True
sdf = spark.createDataFrame(df)
write_mode="overwrite"
if keep_history:
write_mode = "append"
sdf.write.saveAsTable(name="Tenant_Settings", mode=write_mode)
Hi @Artefact
As far as I know currently there is no process to export or restore the settings via an API call.
The only thing I Could find is the current features available via the API: Available Features - REST API (Power BI Power BI REST APIs) | Microsoft Learn