嗨,我遇到了同样的问题,但是我有Postgres作为数据库,所以请您帮我提供连接字符串来调用create Dataset API。
我能够使用Power BI服务和Power BI桌面中的此连接字符串连接到PostgreSQL DB及其表。
[driver = {PostgreSQL Unicode(x64)};服务器=本地主机;端口= 5432;数据库= postgres;]
所以我需要知道我在做什么错。
{
"name":"newHope",
"defaultMode":"AsOnPrem",
"tables":[],
"datasources":[
{
"name":"postgresODBCDS", /*this is the name of the dataset i created on powerbi service*/
"connectionString": "Provider=ODBC;Data Source=localhost;Initial Catalog=postgres; Cube=Model;"
}
]
}
我正在使用Postman,每次都输出202(接受)……此后什么也没发生。