Forum Discussion

SalvaC's avatar
SalvaC
Advocate III
7 months ago
Solved

Error when loading SharePoint List merged with OnPremises data

Hi all   Today I had a bizarre error.   I have a Power BI file that loads multiple tables from an on-premises SQL Server and two SharePoint Online Lists.   Data from the SharePoint Online lists...
  • cengizhanarslan's avatar
    7 months ago

    When you merge SQL + SharePoint in the same query, the Service evaluates this as cross-source data combination, and the mashup engine blocks it unless the privacy rules line up perfectly.

     

    Option 1: Keep SharePoint loaded, hide it

    What you already did, but clean it up:

    • Load the SharePoint list

    • Create relationships

    • Hide the SharePoint table from report view

    • Optionally move it to a “_Helper” display folder


    Option 2: Use a Dataflow (clean architecture)

    • Ingest SharePoint + SQL in a Dataflow

    • Do the merge there

    • Consume the single output table in Power BI

    This avoids Service mashup issues entirely.