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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
mshoai
Regular Visitor

ODBC dynamic parameterization

Hello,

 

My source data comes from ODBC query. I would like to add dynamic parameters from an excel file to the query.

 

Eg., 

Query:

Odbc.Query("dsn=SB", "SELECT ALL A.CONO15, B.CONO05 FROM GT.PLOPITMS A LEFT OUTER JOIN GT.PLP05 B ON A.CONO15 = B.CONO05 AND A.SUPN15 = B.SUPN05 WHERE A.CONO15 IN ('G7','G8') AND B.GCTL05 IN ('242221000000', '24224001XDXB') AND A.BBAL15 <> 0 AND A.ETYP15 IN ('CA', 'JL') ORDER BY A.SUPN15 ASC")

 

Excel Data:

LibCodeCode
GTG7G8
GSF16S

 

In Place of GT.PLOPITMS i want to pass values from Excel column(Lib).

and in place of A.CONO15 IN ('G7','G8') i want to pass values from Code columns.

 

1 REPLY 1
ND_Pard
Helper II
Helper II

Refer to: How To Parameterize Your Power Query | How To Excel

It may provide you with what you're looking for ...

Good Luck.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.

Top Solution Authors
Top Kudoed Authors