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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
fabiojoa
Helper I
Helper I

Failed to save modifications to the server

Hello Everyone!

 

I created a query looking for an online spreadsheet that is updated daily. As the date is one of the parameters of the file name, I made an expression to generate dynamism in the file.

 

I create a blank query called DataAtual with a expression:

 

= "https://www.ecdc.europa.eu/sites/default/files/documents/COVID-19-geographic-disbtribution-worldwide-" & Date.ToText(#date(Date.Year(DateTime.LocalNow()), Date.Month(DateTime.LocalNow()), Date.Day(DateTime.LocalNow())), "yyyy-MM-dd") & ".xls"

 

 

And then I changed the original query called CSV_4_COMS using the name of the blank query that I created.

 

 

= Excel.Workbook(Web.Contents(DataAtual), null, true)

 

 

When I click Close and Apply, I get the following message:

Captura de tela 2020-03-11 12.14.23.png

 

Has anyone gone through something similar and been successful in the solution?

 

2 ACCEPTED SOLUTIONS
dax
Community Support
Community Support

Hi @fabiojoa , 

If possible, could you please trsnaslate the error information to English? Then I will help you more correctly.

Thanks for your understanding and support.
Best Regards,
Zoe Zhi

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

dax
Community Support
Community Support

Hi @fabiojoa , 

Please check "n/a" value in your dataset , did this prompt when you use date function? If so, I think this might be related to date function can't recognize "n/a"? You could try to replace this to null or other date which could used in function.

Best Regards,
Zoe Zhi

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
dax
Community Support
Community Support

Hi @fabiojoa , 

If possible, could you please trsnaslate the error information to English? Then I will help you more correctly.

Thanks for your understanding and support.
Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Captura de tela 2020-03-12 10.29.17.png

dax
Community Support
Community Support

Hi @fabiojoa , 

Please check "n/a" value in your dataset , did this prompt when you use date function? If so, I think this might be related to date function can't recognize "n/a"? You could try to replace this to null or other date which could used in function.

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.