Forum Discussion
Anonymous
3 years agoNot 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]
- 3 years ago
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] tBest Regards
Lucien
v-luwang-msft
3 years agoCommunity 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