Forum Discussion
volma
10 years agoNew Member
Can I connect to Power BI data set using ADOMD.Net?
Hi! I am using Microsoft.AnalysisServices.AdomdClient.dll, v13.0.0.0 to to access a Power BI data set from C# code. Have been experimenting with various connection strings but always get exceptio...
tomtom
9 years agoRegular Visitor
The property Integrated Security=ClaimsToken has been working since version 13.0.1700.42 . The current version is available in Powerbi (Microsoft.PowerBI.AdomdClient.dll) and Excel2016 (Microsoft.Excel.AdomdClient.dll).
Unfortunately, I could not find out what is still wrong. For the data source https://analysis.windows.net/powerbi/api I get the error message that the host can not be solved and if I https://wabi-north-europe-redirect.analysis.windows.net/xmla I get the error message the authentication is not possible.