Excel Source: Dynamic Named Ranges Not Visible

  • I'm trying to import an Excel workbook that has several datasets, but when selected the Excel sheet in the Excel Data Flow Source, none of the named ranges that use the offset() function in excel appear in the Source Editor.

    Named ranges that do not use the offset() function appear fine, but unfortunately, all but one of the ranges use offset() to avoid importing empty rows.

  • Another approach to avoid empty rows is to write a SQL statement to your Excel worksheet and use a WHERE clause with IS NOT NULL on a certain column.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply