Forum Discussion
Semantic Model isn't showing all data in dataflow
- 8 months ago
This usually happens due to metadata or schema sync issues between the dataflow and the semantic model, not because the dataflow refresh itself is failing. Basically, Schema changes (column added/removed/renamed) in the dataflow tables that the semantic model hasn’t picked up. Or Semantic model refresh using cached metadata after dataflow edits. Could you follow the steps below and try again?
Open the semantic model → Refresh → “Refresh now” (manual, not pipeline) to force metadata sync
In the semantic model, Edit tables → Refresh preview for the affected tables
If schema changed, rebind the table (remove + re-add from dataflow)
Add a delay step between dataflow refresh and semantic model refresh in the pipeline
This usually happens due to metadata or schema sync issues between the dataflow and the semantic model, not because the dataflow refresh itself is failing. Basically, Schema changes (column added/removed/renamed) in the dataflow tables that the semantic model hasn’t picked up. Or Semantic model refresh using cached metadata after dataflow edits. Could you follow the steps below and try again?
Open the semantic model → Refresh → “Refresh now” (manual, not pipeline) to force metadata sync
In the semantic model, Edit tables → Refresh preview for the affected tables
If schema changed, rebind the table (remove + re-add from dataflow)
Add a delay step between dataflow refresh and semantic model refresh in the pipeline