Forum Discussion

ewuchatka's avatar
ewuchatka
Icon for Helper II rankHelper II
9 years ago
Solved

Add a new column to the existing data set and refresh

Hello   I would like to add a new column to the existing data set in Excel and refresh my dashboard.   I have already built a dashboard based on the data set and at the moment the only way round ...
  • Anonymous's avatar
    Anonymous
    9 years ago

    ewuchatka It is most likely because you are inserting it into the middle... You can do one of two things.

    Easier - put it at the end of the Excel doc, and refresh

    Harder - keep it where it is. Go to Edit Queries -> highlight the query you are working with -> Advanced Editor and you will see the M code that is pulling the data. look at how the other columns are being added, and insert your new column in between the columns that are being pulled. Refresh in query editor, close & apply. And you should be good to go.