Forum Discussion

ChetanK004's avatar
ChetanK004
Frequent Visitor
8 months ago
Solved

Column created in a table appears in another table

Hi,   I am using Microsoft.AnalysisServices.Tabular to alter the dataset via C# code. i have a table called Table A and there is another Table Called Table A Custom, Now when i try to add a column...
  • ChetanK004's avatar
    ChetanK004
    7 months ago

    Hi v-priyankata ,

     

    We had a procedure on dataset that would bind the columns they created dynamically to table or custom table, we had to point it to custom table in that procedure which could be one of the root cause of the issue,(So the code was trying to add to new table and the procedure pointed to old table and when we refreshed the dataset it would appear in 2 tables) anyways we are currently not facing the duplicate column issue for now after we changed the procedure to point to new table, but we are not sure if it would happen anytime again.