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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
yusif1999
Helper I
Helper I

How to insert Dynamic parameter to script

Hello everyone,

I have a script which fetches up data from an SQL server(particular table). The are plenty of projects on the server, so I want to make the project id "dynamic". 

I have created one dynamic parameter, which is text.

Could you please assist me on how should I insert it to script.

I have  tried "&projectid"(described in attached photo), but I get error that "incorrect syntax near &"

 

yusif1999_0-1655828480392.png

 

1 ACCEPTED SOLUTION
artpil
Resolver II
Resolver II

Hi, by parameter i ment a variable part of a query. Just create empty query and in the formula bar enter project id. This query will be your parameter to be used in building sql statement.

Artur

View solution in original post

4 REPLIES 4
artpil
Resolver II
Resolver II

Hi, by parameter i ment a variable part of a query. Just create empty query and in the formula bar enter project id. This query will be your parameter to be used in building sql statement.

Artur

Thank you very much. I have just entered parameter as '"&projectid&"'(as you did) and it worked

artpil
Resolver II
Resolver II

Hi,

 

Create query and call it e.g. Project_ID_par

artpil_0-1655830678397.png

 

Create query and in the first step create query text by using name of first query as parameter and in the second step connect to the databse and execute query.

let
    Source = "select 8 from table_name wherer project_id='" & Project_ID_par & "'",
    Custom1 = Odbc.Query("dsn=DSNName", Source)
in
    Custom1

Hope this will help.

Artur

Hello Artur,

 

Thanks for your detailed explanation.

If I understood correctly, I have to create 2 queries and 2nd one should point to the first one.

I have tried to create query from "manage parameters => new parameter".

However, the query field is disabled.

yusif1999_0-1655890693471.png

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors