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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

How to fetch data from linked server

Hello All!!
I want to fetch data from a linked sever to power bi and  i'm using sentex as

Select * from [Linked Server]..[Schema].[Table]

 

1 ACCEPTED SOLUTION
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

In my opinion, you can try to get database related information by creating new columns in the statement when fetching oracle data, e.g.

Select Linked Server Linked Server,t.* from [Schema]. [Table] t

 

Best Regards

Lucien

View solution in original post

3 REPLIES 3
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

In my opinion, you can try to get database related information by creating new columns in the statement when fetching oracle data, e.g.

Select Linked Server Linked Server,t.* from [Schema]. [Table] t

 

Best Regards

Lucien

Anonymous
Not applicable

@amitchandak it's like i have oracle DB which is on client premises and i have linked it from my production server which i have tested and queried it and resulting the output.
But now i want that Linked server data to fetched on power bi so can do analysis.

amitchandak
Super User
Super User

@Anonymous , What do mean by linked server here? If you have ODBC or power bi connector for the database, you can get data

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors