Forum Discussion

Winter_king94's avatar
8 months ago
Solved

Semantic Model isn't showing all data in dataflow

Hello!! I'm really hoping someone can help me..  I've created a dataflow that contains 36 tables and feeds into numerous reports. I've set up a data pipeline that refreshes the dataflow and upon ...
  • cengizhanarslan's avatar
    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?

     

    1. Open the semantic model → Refresh → “Refresh now” (manual, not pipeline) to force metadata sync

    2. In the semantic model, Edit tables → Refresh preview for the affected tables

    3. If schema changed, rebind the table (remove + re-add from dataflow)

    4. Add a delay step between dataflow refresh and semantic model refresh in the pipeline