Hi,
I need to add new columns and remove some columns from a table in tabular model using visual studio. However the table has partition on it. When i add new columns to the table the processing time increases and also the record count is higher than what I am fetching from the source view. Do I need to first make changes to the partition table and then make changes to the table.
Also I have notice an object reference error when i try to update the partition table first.
Please advise.