CREATE INDEX statement failed because a columnstore index must be partition-aligned with the base table. Create the columnstore ...

CREATE INDEX statement failed because a columnstore index must be partition-aligned with the base table. Create the columnstore index using the same partition function and same (or equivalent) partition scheme as the base table.  If the base table is not partitioned, create a nonpartitioned columnstore index.