Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Dismissile
Regular Visitor

Problem with DAX sample / tutorial

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?

1 ACCEPTED SOLUTION
v-qiuyu-msft
Community Support
Community Support

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

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-qiuyu-msft
Community Support
Community Support

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

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.