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
misen13
Frequent Visitor

Dynamic folder location

Hi,


I'd like to know if there is a way to dynamically set a folder path if I have to update all the Excel files in the folders every week?

IE:

On my desktop, I have a folder named: KPI.

KPI has 5 sub-folders:

1. Time

2. Work

3. Employee

4. Sales

5. Status

All 5 of them have Excel files.

The problem I'm having is if I move the KPI folder from the desktop, I'll have a problem with the queries.

Is there a solution to this?

 

 

 

1 ACCEPTED SOLUTION

@misen13 @v-cherch-msft

 

I think this there is another way to make folder dynamic

 

This is via an Excel Table or Named Range

 

dynamicfolder.png


Now in your query you can define the folderpath which is linked to a Cell in ExcelTable

let

FolderPath= Excel.CurrentWorkbook(){[Name="FolderDefinition"]}[Content]{0}[Column1],
Source = Excel.Workbook(File.Contents(FolderPath & "FileName.xlsx"), null, true),
MyTable = Source{[Item="Table1",Kind="Table"]}[Data]
in
    MyTable





 


Regards
Zubair

Please try my custom visuals

View solution in original post

3 REPLIES 3
v-cherch-msft
Employee
Employee

Hi @misen13

 

Here is the document for your reference.

https://biinsight.com/power-bi-desktop-query-parameters-part-1/

 

Regards,

Cherie

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

@misen13 @v-cherch-msft

 

I think this there is another way to make folder dynamic

 

This is via an Excel Table or Named Range

 

dynamicfolder.png


Now in your query you can define the folderpath which is linked to a Cell in ExcelTable

let

FolderPath= Excel.CurrentWorkbook(){[Name="FolderDefinition"]}[Content]{0}[Column1],
Source = Excel.Workbook(File.Contents(FolderPath & "FileName.xlsx"), null, true),
MyTable = Source{[Item="Table1",Kind="Table"]}[Data]
in
    MyTable





 


Regards
Zubair

Please try my custom visuals
Zubair_Muhammad
Community Champion
Community Champion

Hi @misen13

 

You can use Parameters

 

Define your folder address in a parameter and use it as a reference in your Queries.

So when you change the folder.. you just have to change address once in the Parameter

 

param.png


Regards
Zubair

Please try my custom visuals

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.