Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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]
Solved! Go to Solution.
Hi @Kamlesh_orange ,
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
Hi @Kamlesh_orange ,
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
@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.
@Kamlesh_orange , What do mean by linked server here? If you have ODBC or power bi connector for the database, you can get data
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.