Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Managing tenant settings in a Fabric environment can be a complex task, especially when it comes to tracking changes and updates. To simplify this process, I’ve outlined two options to ensure you stay up to date on new and upcoming Fabric settings.
New tenant settings, especially the ones that are default on, are going to show up in advance of the feature rollout in the M365 Admin portal in the Message Center. If you sync Message Center to Planner, and choose Power BI as the service to sync, when new messages come in, a new task will be created in Planner. You could create a PBI report on top of the Planner data, or use the Planner App in Teams, to get notified of new settings.
Use this solution if you only want to know what the new settings are in the admin center and are not interested in additionaly tracking changes to existing settings.
Go to the Admin Center: Navigate to the Microsoft 365 admin center.
Access Message Center: Go to Show all > Health > Message center.
Enable Planner Syncing: Right above your messages list, select Planner syncing.
Set Up Syncing: In the Planner syncing pane, select Set up syncing
Include Power BI: Select "Power BI" as the service to include messages about
Once you enable syncing, Message Center posts will sync to one plan in Planner, and into one bucket of that plan. You could then create a PBI report on top of the Planner data, or use the Planner App in Teams, to get notified of new admin settings. This setup is a simple yet effective way to stay on top of tenant settings changes in your lakehouse environment. By automating the process and leveraging alerts, you can ensure that your team is always informed and ready to act.
A Fabric notebook is designed to extract tenant settings and save them into a Delta table. One of the key columns in this table is lastModifiedDate, which records the date and time when a tenant setting was created or updated. This column is crucial for tracking changes over time.
Use this solution if you only want to not only know what the new settings are in the admin center, but also keep history and track settings to existing settings.
Daily Execution: The notebook can be scheduled to run daily, ensuring that the Delta table is always up to date with the latest tenant settings.
Change Tracking: By leveraging the lastModifiedDate column, you can easily filter the data to identify settings that were inserted or updated in the last 24 hours.
Reporting: Build a report on top of this Delta table to visualize and analyze the changes.
To make this setup even more powerful, you can:
You can find the notebook at the following link:
Useful-Fabric-Scripts/Administrative at main · iamjenetzler/Useful-Fabric-Scripts > Save Tenant Settings.ipynb
Feel free to explore the notebook and adapt it to your team’s specific needs. If you have any questions or suggestions, don’t hesitate to reach out—I’d love to hear your feedback!
Both setups are a simple yet effective way to stay on top of tenant settings changes. By automating the process and leveraging alerts, you can ensure that your team is always informed and ready to act.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.