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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Issue with SQL query. Token Eof expected.

Hi, 

 

I cannot get this to work:

= Sql.Database("10.136.20.144", "MetechSupport", [Query="EXECUTE [DBO].[q_nn_get_serviceorder_v2] @c_status='"& status &"', @c_foretagkod='"& foretagkod &"', @c_startDate='"& startDate &"', @c_stopDate='"& endDate &"'", CreateNavigationProperties=false, CommandTimeout=#duration(0, 0, 10, 0)]),

 

I have parameters for the query. 

Any ideas?

nickenajs_0-1674208816238.png

 

2 REPLIES 2
Mahesh0016
Super User
Super User

@Anonymous  Please Copy Below Code and Use in your Query.

 

let
Source = "let#(cr)#(lf)Source = Sql.Database(""10.136.20.144"", ""MetechSupport"", [Query=""EXECUTE [DBO].[q_nn_get_serviceorder_v2] @c_status='""& status &""', @c_foretagkod='""& foretagkod &""', @c_startDate='""& startDate &""', @c_stopDate='""& endDate &""'"", CreateNavigationProperties=false, CommandTimeout=#duration(0, 0, 10, 0)])"
in
Source

@Anonymous If this post helps, please consider accept as solution to help other members find it more quickly and Appreciate your Kudos.

Anonymous
Not applicable

Thanks, but that just returned the code:

nickenajs_0-1674216690109.png

 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.