sql-bi / DaxDateTemplate

Power BI template to create a Date table in DAX
MIT License
267 stars 76 forks source link

need parameter #15

Closed lsanchezconsultant closed 5 years ago

lsanchezconsultant commented 5 years ago

instead of date table with m in powerquery he miss parameter (from date To date)

marcosqlbi commented 5 years ago

You should modify the parameters at the beginning of the script - you can write dynamic code reading from other tables in the data model. A request for parameters in an interactive way (similar to Power Query) is not possible in DAX.