Forum Discussion

RenateBK's avatar
RenateBK
Helper II
1 year ago
Solved

Error: column doesn't exist (but it does exist), cannot identify the error in desktop, only service

Hello,    I have had to take over several reports after a colleague who quit. Following the deactivation of his account some reports broke down and insist on a column not existing the row set. The ...
  • rohit1991's avatar
    rohit1991
    1 year ago

    Hi RenateBK 


    Could you please try this:

    1. Reorder or Rebuild Query Steps
      Start from the Source step and rebuild the steps one-by-one. Try applying Changed Type after filtering rows instead of before — sometimes type detection introduces implicit transformations that block folding.
    2. Check for Dynamic Metadata Columns
      That column "<oii>>10 år</oii>" might have been part of a dynamic SharePoint view or metadata field that only appears under certain user contexts. If it was originally created or filtered by the deactivated user, the service may not be able to access it anymore.

    Try this:

    • In Power Query, go to View > Column quality/profiling, and check if that column exists when manually refreshing from SharePoint now.
    • If it doesn’t, that’s likely the root of the error.
    1. Disable “Allow Data Preview to Download in the Background” (optional)
      This can sometimes interfere with data shaping from SharePoint. Go to File > Options and settings > Options > Global > Data Load, and uncheck that setting as a test.
    2. Isolate the Faulty Query
      Since you mentioned testing a stripped-down version still throws the error, try duplicating the query, keeping only the Source step, and loading it to a blank report in a new PBIX. If that loads without errors, add the next steps one-by-one until the failure occurs again. This can help pinpoint the exact operation Power BI Service is choking on.