@Adam Drummond Hey Adam, it sounds like you’ve got Power BI semantic models in Fabric that show up in Purview with “No Schema Found.” Here’s the deal under the covers:
• Purview’s Fabric/Power BI connector harvests item-level metadata (name, workspace, lineage) directly via the Power BI/Fabric APIs.
• Tabular metadata (tables & columns) for Semantic Models is ingested via the Power BI REST metadata API, not by crawling Databricks yourself.
• Only supported storage modes and connectors get scanned for schema—typically Import and DirectQuery models. Direct Lake or models using native queries, multiple SQL endpoints, M scripts or unsupported connectors will result in no schema being pulled.
• If even one table in the model uses an unsupported source, the scanner may drop the entire schema (there’s also a 1 MB payload/800-column limit to watch out for).
What you can try:
- Check the Storage Mode on the failing datasets (Import vs DirectQuery vs Direct Lake).
- In your Purview scan settings, turn Advanced Resource Sets → Include schema on, re-run the scan, then wait ~12 hours for the harvest to appear.
- Review the scan job’s warnings/errors in Purview—look for skipped tables or connector-unsupported messages.
- Make sure your model doesn’t exceed the 1 MB payload or 800-column schema limit.
If you need full schema ingestion, you’ll want your model in Import or DirectQuery mode against a supported source (e.g. Azure SQL/Synapse, ADLS Gen2). Otherwise the scanner won’t bring the schema into Purview.
Follow-up questions to help narrow this down:
- Which storage mode are the non-visible models using?
- How many tables and columns do those models have (roughly)?
- Are there native SQL queries, M scripts or views in those models?
- Which connector types are your models using (e.g. Databricks Spark, SQL, ODBC)?
Hope that gives you clarity—let me know those details and we can dig deeper!
Reference links:
Note: This content was drafted with the help of an AI system. Please verify the information before relying on it for decision-making.