I have a DW dimensional model as expected, with facts and dimensions and a Date table. This date table goes from 2015 to 2050 with two additional extreme values (1900-01-01 and 9999-12-31).
From this DW, a Tabular model is created which will serve as connection for Power BI, and as Power BI Time Intelligence functions require that the dates are continuous, both extreme elements are eliminated from the importing.
However, I can also create the table from a DAX function, as the number of rows is fairly low and it will be a table with a couple columns.
Which approach would be more time efficient when processing the tabular model? Importing the full table with the restrictions or executing the DAX query to create the calculated table?
Thanks for any information.