Forum Discussion

TBBD's avatar
TBBD
Regular Visitor
1 year ago
Solved

Assistance Needed with Dataset Refresh Issue

Hello Fabric Community,   I hope this message finds you well. I am currently facing an issue with a dataset that was previously managed by Moazzem Hossain ([email protected]). It appe...
  • nilendraFabric's avatar
    1 year ago

    hello TBBD 

     

    The dataset refresh issue you’re encountering typically occurs when ownership transfer doesn’t automatically resolve credential dependencies.


    The dataset refresh failure stems from identity dependency chains in Power BI’s authentication model. When Moazzem’s Azure AD account was deleted:

     

    Power BI datasets store encrypted credentials using the original creator’s:
    • Azure AD Object ID
    • User Principal Name (UPN)
    • Security group memberships

     

    The dataset’s scheduled refresh attempts to use:
    • Original OAuth tokens tied to Moazzem’s identity
    • Database permissions granted to Moazzem’s SQL login
    • Gateway configurations authenticated via Moazzem’s credentials

    Admin ownership transfer doesn’t automatically recreate this delegation chain.

    To resolve the dataset refresh failure caused by the deleted Azure AD account, first ensure full ownership transfer via the Power BI admin portal or REST API, then manually purge and reconfigure all data source credentials using your admin account’s identity, update Azure SQL permissions and gateway configurations to reflect the new ownership, replace any residual user-specific references in M queries or RLS rules, and set up service principal-based authentication for long-term stability, followed by validation through test refreshes and monitoring via Azure Monitor to confirm resolution.

     

    If this is helpful please accept the answer