Forum Discussion
Problem with DAX sample / tutorial
- 9 years ago
Hi Dismissile,
The sample file is used for explaining the DAX usage instead of data refresh, all data are imported to the data model, you can create measures follow the tutorial.
Is there any special reason you want to refresh this sample file?
Best Regards,
QiuyunYu
Hi Dismissile,
The sample file is used for explaining the DAX usage instead of data refresh, all data are imported to the data model, you can create measures follow the tutorial.
Is there any special reason you want to refresh this sample file?
Best Regards,
QiuyunYu
Nowadays (oktober 2019) there's a good reason to wish to update the data(model)!
The calendar/data ranges from 2005 until the 31st of december 2018.
That means that the examples in the training do no longer work.
Take the first assignment for creating a measure:
Previous Quarter Sales = CALCULATE(SUM(Sales[SalesAmount]), PREVIOUSQUARTER(Calendar[DateKey]))
There has been no sales since Q1 2018 so the result will be empty now.