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
Anonymous
Not applicable

Dynamic update of filepath

I import a folder of Excel files into Power BI using something similar to the below

 

let
Source = Folder.Files("C:\Users\MyUsername\Box\MyFolder"),
#"Filtered Rows" = Table.SelectRows(Source, each ([Extension] = ".xlsx")),
Navigation1 = #"Filtered Rows"{0}[Content]
in
Navigation1

There can be up to 3 separate users refreshing this report in desktop and I need to be able to update "MyUsername" dynamically to the system username of the person who is updating the report.

 

Is there a way to do this?

2 REPLIES 2
Anonymous
Not applicable

I have been able to get the system username into a table through an R script, but how can I use this in the folderpath of my source?

 

image.png

Hi @Anonymous 

It seems you have different files in a folder, each file belong to a different user,

user a will update file a into power bi, user b will update file b into power bi, right?

If so, please create dynamic parameter to fetch different data source file.

Reference:

Power BI Desktop Query Parameters, Part 1

Dynamic Data Source based on parameter

 

Best Regards
Maggie

 

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

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.

Top Solution Authors