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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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 = Truesdf = 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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!