Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I'm trying to follow the tutorial located here on DAX:
https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-quickstart-learn-dax-basics/
In the article it says you need to download the sample power bi file. I downloaded the file and cannot refresh the data:
DataFormat.Error: 'ContosoSalesV31_64bit.accdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
I looked at the query the data model was using to figure out what the issue was and it's trying to use a file that I don't have:
C:\Users\owend\Documents\ContosoSalesV31_64bit.accdb
I can change the path to match my location but I don't have this ContosoSalesV31_64bit.accdb file. Where can I get access to this file?
Solved! Go to Solution.
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.
No particular reason. I thought maybe I was missing data since there was only 3 year's worth.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 23 |