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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

CreateSchema for ODBC connection

 

Not sure if I should post this here or in the desktop forum, let me know if that is a better place.

 

My Issue:

 

So i have currently been using a ODBC driver (called CData) to pull data from our ERP systems. This has been working fairly well except now i need to view a custom field that the driver doesnt provide automatically. They gave me a round about way to get that field but i am kinda lost on where to proceed. I am no developer and this part of Power BI and SQL is new to me. 

 

Their response:

 

First you will need to set a value for the Location in your ODBC connection settings. This will tell the driver  where to store and look for additional schemas. Then you will need to execute the stored procedure by running something like the following:

EXEC CreateSchema @Tablename=’<your table>’

 

This will create a schema file in the Location that you have specified. You should then be able to add a new field to this file, following the examples in the file which already exist. The next time you use the ODBC driver after restarting PowerBI, you should see the updated schema in your Table/View listing.

 

My question:

 

Has anyone had any experience with this sort of thing when it comes to Power BI. Ive reached out to the company but they are already gone for the day, so i figured id try to see if i could do it on my own. 

 

Thanks!

0 REPLIES 0

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.