My fact table has a datetime field (PK_Timestamp) that is joined to the date table. PK_Timestamp is a renamed copy of another date in the fact table. This field is preventing the vpak file export.
Resolution: PK-Timestamp field was datetime type and joined to a date field. Changing the field type to date resolved the issue and allowed for vpax file export.
My fact table has a datetime field (PK_Timestamp) that is joined to the date table. PK_Timestamp is a renamed copy of another date in the fact table. This field is preventing the vpak file export.