BI: (Workaround) Changing partitioned tables in SSDT tabular designer
I was working with a client the other day and we had what we thought was a simple situation:
- A table in an SSAS tabular model project
- The table had two partitions
- We needed to remove 6 columns from the table
So, we’d already removed the 6 columns from the SQL Server view that the tables were being loaded from. We just needed to update the tabular model.
Now for an unpartitioned table, that’s easy. You open the table properties, click Design, wait for a moment, click below the query, then on the Query menu, click the option to Refresh. When you then click Import, you can then save the changes. We do that all the time.
2020-02-14

