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
BLB
Helper I
Helper I

How to pass a dynamic parameter to Power Query SQL code

I would like to define a dynamic parameter which I can use in the SQL query to filter a specific date.

I created this query which is generating the correct number I want to use dynamically every day, but cannot use it in the SQL statement.

 

Any suggestions welcome please.

 

BLB_0-1686331049838.png

 

BLB_1-1686331182183.png

 

Thanks

5 REPLIES 5
DataInsights
Super User
Super User

@BLB,

 

Try concatenating the parameter in the SQL statement:

 

...SYSDATE + '" & OffsetForLastTuesday & "' and SKULOC...

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Thanks for the suggestion but now I am getting this error. 

BLB_1-1686520021408.png

 

 

 

@BLB,

 

Try adding the single quotes in my example. Also, the plus sign after SYSDATE in your original query is missing.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




I tried all combinations, with ', ", &, on their own and in all combinations an none of them works for me. 

BLB_0-1686583265869.png

 

 

@BLB,

 

Try wrapping the parameter in Text.From. I think the parameter needs to be text in order to concatenate it with text.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




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.