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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
christianjohan
Frequent Visitor

Relative file path in Power BI

Hi I have tried this solutions and it works as intended. https://stackoverflow.com/questions/52878319/load-data-into-power-bi-from-relative-path

 

I have tried to make it a bit more automatic and failed. This is the code i have tried:

 

let
    Users = Folder.Contents("C:/Users"),
    CurrentUser = Table.FirstN(Table.Sort(Users,{{"Date accessed", Order.Descending}}),1)[Name]{0},
    FilePath = "C:\Users\" & CurrentUser & "\Folder\Folder\",
    Source = Csv.Document(File.Contents(FilePath & "Data.csv"),[Delimiter=";", Columns=265, Encoding=1252, QuoteStyle=QuoteStyle.Csv])
in
    Source

 

Everting loads and works perfectly in power query. But when I press close and apply i get this error message:

 

"Failed to save modifications to the server. Error returned: 'Expression in partition 'n/a' in table 'n/a' references an unknown entity.'."

 

Does anyone have any ideas?

2 REPLIES 2
mahoneypat
Microsoft Employee
Microsoft Employee

Another approach to consider is making a pbit file that prompts the user for the path to the needed file or folder.  Please see this article.

https://hoosierbi.com/2019/04/07/template-files-are-an-under-sung-feature/

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


lbendlin
Super User
Super User

yes, had the same recently.  Start over with a fresh Power BI desktop file and recreate your queries.

 

Seems like due to the many different testing attempts somewhere the meta data gets stuck, and the only way to unstick it is to start over.

 

Also: Whaaa? 265 columns? you're asking for trouble.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

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.