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

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

Reply
Tim2369
New Member

IBM Netezza - Custom Query

Hi,

 

I have seen on a few posts there is should be a custom query option on the IBM Netezza connection. Has it been removed? I don't seem to have it and I have installed the latest version.

3 REPLIES 3
dmunozp2
New Member

To use a Netezza Query in PowerBI, you will have to use an ODBC.

Here is what I do, I installed the Netezza ODBC and setted it up as NTZ.

 

obdc.PNG

 

Then I use the PowerBI to connect to an ODBC, use the advance options and fill the information requerid using the string structure as follow: Driver={NetezzaSQL};servername=myServerAddress;port=myPortNumber;
database=myDataBase 

 

In my case: Driver={NetezzaSQL};servername=130.2.17.200;port=5480;database=STAGE;dsn=NZSQL;

Below the string paste/write the query.

 

OBDC2.PNG

 

And that is it

dmunozp2
New Member

To use a Netezza Query in PowerBI, you will have to use an ODBC.

Here is what I do, I installed the Netezza ODBC and setted it up as NTZ. Then I use the PowerBI to connect to an ODBC and fill the information requerid using the string structure as follow: Driver={NetezzaSQL};servername=myServerAddress;port=myPortNumber;
database=myDataBase

 

In my case: Driver={NetezzaSQL};servername=130.2.17.200;port=5480;database=STAGE;dsn=NZSQL;

Below the string there is an advanced option where you can paste/write the query.

v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @Tim2369,

 

It seems there is no custom query option on the IBM Netezza connector with the latest version of Power BI Desktop. If you need this feature, I would suggest you add it as an idea on Power BI Ideas forum to improve Power BI on it. Smiley Happy

 

Regards

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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.

Top Solution Authors