Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Issue:
Unable to connect to IBM DB2 from PBI Desktop
Error:
**Please note, the resolution for this issue should be carried out by DBA who would have full understanding of the action items.
Resolution: -
3. Execute this step if step 2 fails: -
1.Grant authority to bind a new package to user:
a.GRANT BINDADD ON SYSTEM TO <authorization_name>
Or
b.GRANT PACKADM ON <collection_name> TO <authorization_name>
2. Using consumer (e.g. Power BI Desktop), connect to DB2 and retrieve a list of schemas, tables, and views:
The Microsoft Connector for DB2 will auto-create the package NULLID.MSCS001, and then grant execute on package to public.
3. Revoke authority to bind a new package to user.
a.REVOKE BINDADD FROM <authorization_name>
Or
b.REVOKE PACKADM ON <collection_name> FROM <authorization_name>
Author: Srishti Sharma
Reviewer: Mounika Narayana Reddy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.