MetricSign
Start free
High severityfabricMicrosoft Fabric

Microsoft Fabric Error:
Power BI Entity Not Found at Lakehouse Refresh

What does this error mean?

A Power BI semantic model connected to a Fabric Lakehouse (Direct Lake or import mode) failed to refresh because the underlying Lakehouse table referenced in the model was renamed, deleted, or is no longer accessible. The model's data mapping points to a table that no longer exists.

Common causes

  • 1A Lakehouse table referenced by the semantic model was renamed or deleted since the model was last published
  • 2A Spark notebook or pipeline dropped and recreated the table with a different schema, breaking the Direct Lake connection
  • 3The semantic model was published before the Lakehouse table was created (table never existed during the first refresh)
  • 4Table names have different casing after a schema change — Direct Lake is case-sensitive

How to fix it

  1. 1In the Fabric Lakehouse Explorer, verify that the table referenced in the model still exists with the same name and casing.
  2. 2If the table was renamed, update the semantic model's table mapping to point to the new table name and republish.
  3. 3If using Direct Lake mode, run a full refresh from the Fabric portal to revalidate all table references.

Beyond the docs

Common practitioner solutions not covered in the official documentation.

  1. 1Open the semantic model in Power BI Desktop or the Fabric web interface and check which tables are producing the error
  2. 2After schema changes to a Lakehouse table (add/drop columns), republish the semantic model to reflect the new structure

Frequently asked questions

Does this error affect Power BI reports in the same workspace?

Depends on the error type. Semantic model failures affect report freshness directly. Dataflow or pipeline failures may cascade into downstream semantic model failures.

How is debugging Fabric errors different from classic Power BI errors?

Fabric errors often require checking capacity utilization alongside the item-level error. The Fabric admin portal shows capacity pressure that Power BI Service doesn't expose.

Can Fabric errors be caused by capacity limits?

Yes — Fabric capacities have concurrent operation limits. An undersized capacity causes failures during peak usage.

Does this error appear in Power BI Desktop?

No — Fabric items are cloud-native. Desktop can connect to Fabric semantic models but cannot trigger or observe Fabric-specific errors.

Source · learn.microsoft.com/en-us/fabric/data-engineering/troubleshoot-lakehouse

Other fabric errors