![]() |
VOOZH | about |
Use TabuLynx.Query.Executor instead
dotnet add package TabuLynx.Query.Dax.AdomdClient --version 0.6.0
NuGet\Install-Package TabuLynx.Query.Dax.AdomdClient -Version 0.6.0
<PackageReference Include="TabuLynx.Query.Dax.AdomdClient" Version="0.6.0" />
<PackageVersion Include="TabuLynx.Query.Dax.AdomdClient" Version="0.6.0" />Directory.Packages.props
<PackageReference Include="TabuLynx.Query.Dax.AdomdClient" />Project file
paket add TabuLynx.Query.Dax.AdomdClient --version 0.6.0
#r "nuget: TabuLynx.Query.Dax.AdomdClient, 0.6.0"
#:package TabuLynx.Query.Dax.AdomdClient@0.6.0
#addin nuget:?package=TabuLynx.Query.Dax.AdomdClient&version=0.6.0Install as a Cake Addin
#tool nuget:?package=TabuLynx.Query.Dax.AdomdClient&version=0.6.0Install as a Cake Tool
A specialized package for executing DAX queries against Tabular Models using AdomdClient.
TabuLynx.Core.dotnet add package TabuLynx.Query.Dax.AdomdClient
using TabuLynx.Query.Dax.AdomdClient;
var connectionManager = new AdomdConnectionManager("DataSource=localhost;Initial Catalog=YourDatabase;");
using TabuLynx.Query.Dax.AdomdClient;
var daxExecutor = new AdomdDaxQueryExecutor(connectionManager);
var query = "EVALUATE Sales";
var result = await daxExecutor.ExecuteQueryAsync(query);
Console.WriteLine($result);
Contributions, issues, and feature requests are welcome!
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on TabuLynx.Query.Dax.AdomdClient:
| Package | Downloads |
|---|---|
|
TabuLynx.Core.AdomdClient
A library that provides integration with Microsoft Analysis Services through ADOMD.NET, enabling seamless execution of DAX queries and interaction with Power BI data models. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 0.6.0 | 438 | 6/24/2025 | 0.6.0 is deprecated because it is no longer maintained. |
| 0.5.0 | 426 | 6/23/2025 | 0.5.0 is deprecated because it is no longer maintained. |
| 0.4.0 | 380 | 6/15/2025 | 0.4.0 is deprecated because it is no longer maintained. |
| 0.3.0 | 334 | 6/7/2025 | 0.3.0 is deprecated because it is no longer maintained. |
| 0.2.0 | 504 | 5/12/2025 | 0.2.0 is deprecated because it is no longer maintained. |
| 0.1.0 | 384 | 5/9/2025 | 0.1.0 is deprecated because it is no longer maintained. |