Forum Discussion

dpombal's avatar
dpombal
Post Partisan
8 years ago

How to get data from Microsoft ADO data source PIOLEDB from Osisoft

How can I specify a ado connection from Microsoft PowerBI ?

 

import adodbapi,

I am using python library to connect to  a datasource like this
"Provider=PIOLEDB;Data Source=serverIP;Persist Security Info=False;Integrated Security=SSPI"

adodbapi 2.6.0.7 python library
A pure Python package implementing PEP 249 DB-API using Microsoft ADO.

 

 

I see there is a M powerquery function to connect

 

AdoDotNet.Query(providerName as text, connectionString as any, query as text, optional options as nullable record) as table

 

 

Regards

3 Replies