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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
datasetleo
Helper I
Helper I

Power Query - Excel - Passing a variable to the middle of URL datasource

Hi, All!

 

I drilled down an item in a query, which I'd like to add it to datasource's URL to make it dynamic.

I can't find the right syntax. can anyone please help how to pass the variable?

Screenshots below - drill down query is called [aaa_report] and I wanted to add it to replace the month in the URL  (which in this case is june_2019)

 

In addition, is there any way to ensure this drill-down query gets called first once refreshed all?

 

Thank you!

 

Annotation 2019-08-01 182335.pngAnnotation 2019-08-01 182425.png

1 ACCEPTED SOLUTION
Stachu
Community Champion
Community Champion

assuming the query that returns june_2019 is named prmQuery, the path string should change from

"d:\my Documents\project\june_2019\df\total.csv"

to

"d:\my Documents\project\" & prmQuery & "\df\total.csv"

if other queries are dependant on it PowerQuery will manage the order automatically



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

View solution in original post

4 REPLIES 4
Stachu
Community Champion
Community Champion

assuming the query that returns june_2019 is named prmQuery, the path string should change from

"d:\my Documents\project\june_2019\df\total.csv"

to

"d:\my Documents\project\" & prmQuery & "\df\total.csv"

if other queries are dependant on it PowerQuery will manage the order automatically



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

@Stachu , BIG THANK YOU! Smiley Happy

Thanks @Stachu 

 

It looks like I am missing something; when I added query in "& query &" - I got firewall exemption. I do have access to the file obviously - any way to circumvent this error? Thanks again!

 

project.png

the reason are security settings:

https://docs.microsoft.com/en-us/power-bi/desktop-privacy-levels

you need to change them to be consistent for the data sources you mix together (e.g. all organizational, depending on your requirements), it's all explained in the article



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Kudoed Authors