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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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