서비스 주체를 사용하여 Power BI Premium 작업 영역 및 의미 체계 모델 자동화 Microsoft Fabric Learn
string appId = xxx ; string authKey = yyy ; string connString = $ Provider=MSOLAP;Data source=powerbi://api.powerbi.com/v1.0/ tenant / workspacename ;Initial catalog= datasetname ;User ID=app:{appId};Password={authKey}; ; Server server = new Server(); server.Connect(connString); Database db = server.Databases.FindByName( adventurew...
learn.microsoft.com
没有更多结果了~
- 意见反馈
- 页面反馈