Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DaxStudio/DaxStudio
DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular.
https://github.com/DaxStudio/DaxStudio
Last synced: 5 days ago
JSON representation
DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular.
- Host: GitHub
- URL: https://github.com/DaxStudio/DaxStudio
- Owner: DaxStudio
- License: other
- Created: 2015-03-29T11:40:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T04:41:31.000Z (about 2 months ago)
- Last Synced: 2024-09-17T05:47:02.450Z (about 2 months ago)
- Language: C#
- Homepage: http://daxstudio.org
- Size: 37.6 MB
- Stars: 677
- Watchers: 47
- Forks: 143
- Open Issues: 132
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.rtf
Awesome Lists containing this project
- jimsghstars - DaxStudio/DaxStudio - DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular. (C# #)
README
## Build Status
| Branch | Status |
|---|---|
| master | ![Master Build Status](https://ci.appveyor.com/api/projects/status/sl6fd3oelckihp3p?svg=true) |
| develop | ![Develop Build Status](https://ci.appveyor.com/api/projects/status/sl6fd3oelckihp3p/branch/develop?svg=true) ![](https://img.shields.io/appveyor/tests/darrengosbell/daxstudio/develop.svg?style=flat-square) |## Building Dax Studio
All of the dependencies for DAX Studio are available as nuget packages,
so doing a nuget restore should be enough to build this solution in Visual Studio 2022When preparing to make changes in order to submit a pull request you should create a feature
branch off the `develop` branch. The develop branch contains the current development build of the code
including any new features. The master branch only contains the code for the last stable release.
(we merge from develop to master when doing a public release)See the following for details about [debugging](debugging) DAX Studio