Forum Discussion

CCal's avatar
CCal
Advocate I
1 year ago
Solved

Semantic Model Refresh not working in Data Pipeline

Hi all,  I am stumbling upon a weird issue (or bug) whereby the Semantic Model Refresh Acitivity in Data Pipeline is not refreshing my Semantic Model.   I have configured the Connection, Wor...
  • Shahid12523's avatar
    1 year ago

    Your Semantic Model Refresh in Fabric Data Pipeline isn’t working because the OAuth connection isn’t persisting — settings vanish when you reopen the pipeline. That’s why it “succeeds” but doesn’t refresh.

     

    Fixes:

    Use a Linked Service instead of inline OAuth.

    Prefer Service Principal auth (more stable).

    Save + Publish after configuring.

    If still failing → use a Web activity to call the Power BI REST API for refresh.

    👉 Root cause: OAuth tokens not saving properly in the pipeline.