Closed albertospelta closed 1 year ago
We need a file to reproduce the issue. Looking at the code, it could be that a column used by a relationship with Date has been translated and it does not correspond to the name found before, but it does not make much sense, we tested this scenario and it should work. Could it be in case the reference table is not used? But it doesn't seem the case for Bravo, which always uses the hidden template table for the Date.
We received a feedback on this error Bravo/issues/349
Should be fixed by this commit: https://github.com/sql-bi/DaxTemplate/commit/813a46e9793c4b49e503c7e2ff0110f7c35637b7
Reopened due to this issue https://github.com/sql-bi/Bravo/issues/406
The exception occurs here on line 226
https://github.com/sql-bi/DaxTemplate/blob/fbc844b9cc154701cf1fc0d03d3615d260e97825/Dax.Template/Tables/TableTemplateBase.cs#L217-L229
Message:
An object with name 'Date' does not exist in the collection. (Parameter 'name')
Exception type:System.ArgumentException