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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

How to Reference Parameter in ODBC Query

Hi All

 

I've got the following query and it works fine.  The lines below are from the advanced editor:

 

let
Source = Odbc.Query("dsn=DW", "SELECT * FROM mwrdw.dbo.as_sales WHERE fiscyear >= 2020 ")
in
Source

 

I'm trying to replace the fiscyear with a parameter value but I'm failing.  I've set up a new parameter ("Parameter1") with a current value of 2020.  I've then changed the text in the advanced editor to:

 

let
Source = Odbc.Query("dsn=DW", "SELECT * FROM mwrdw.dbo.as_sales WHERE fiscyear >= "Parameter1" ")
in
Source

 

I get a "Token Comma expected" error.  I've tried a couple of variations with no success.  The fiscyear field in the source contains four digit years stored as numbers.

 

I'm trying to set up a parameter that I can pass to the service allowing me to edit the fisc year there.  The table stores a huge amount of data (too much for the desktop application that gives a memory error when too many years are loaded) but Power BI service will handle this. 

 

If I can get the parameter to work I can then have a much smaller desktop filesize while I work but pass many more years to the file in the service..  I hope I've explained that right!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous ,

Refer if this can help: https://www.biinsight.com/power-bi-desktop-query-parameters-part-1/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous ,

Refer if this can help: https://www.biinsight.com/power-bi-desktop-query-parameters-part-1/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi

Thanks for the quick reply.  Using the link you suggested I amended the advanced editor to:

 

let
Source = Odbc.Query("dsn=DW", "SELECT * FROM mwrdw.dbo.as_sales WHERE fiscyear >= "&Parameter1&" ")
in
Source

 

However I now get the following error:

 

Expression.Error: We cannot apply operator & to types Text and Number.
Details:
Operator=&
Left=SELECT * FROM mwrdw.dbo.as_sales WHERE fiscyear >=
Right=2020

 

I don't know what that means..?

You are passing as text parameter, it needs number

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

That solved it!  When I put '2020in the parameter it worked - thanks!

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon & SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.