marclelijveld / External-Tools-Model-Documentation

This repository includes everything that is needed in order to run the External Tools capability in Power BI Desktop and generate Model Documentation.
https://data-marc.com/model-documenter/
MIT License
108 stars 41 forks source link

Error: Field is part of composite key #58

Closed stephmarek48 closed 1 year ago

stephmarek48 commented 1 year ago

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.

image

stephmarek48 commented 1 year ago

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.