Downloads:
19,560
Downloads of v 2.25.0:
1,954
Last Update:
05 Jul 2024
Package Maintainer(s):
Software Author(s):
- Daniel Otykier
Tags:
tabular-editor tabular editor measure calculate model analysis ssas sql embedded foss- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Tabular Editor (Install)
- 1
- 2
- 3
2.25.0 | Updated: 05 Jul 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
19,560
Downloads of v 2.25.0:
1,954
Maintainer(s):
Software Author(s):
- Daniel Otykier
Tabular Editor (Install) 2.25.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Daniel Otykier. The inclusion of Daniel Otykier trademark(s), if any, upon this webpage is solely to identify Daniel Otykier goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Are Exempted or Have Failed
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Tabular Editor (Install), run the following command from the command line or from PowerShell:
To upgrade Tabular Editor (Install), run the following command from the command line or from PowerShell:
To uninstall Tabular Editor (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download tabular-editor --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade tabular-editor -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade tabular-editor -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install tabular-editor
win_chocolatey:
name: tabular-editor
version: '2.25.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'tabular-editor' do
action :install
source 'INTERNAL REPO URL'
version '2.25.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tabular-editor
{
Name = "tabular-editor"
Version = "2.25.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tabular-editor':
ensure => '2.25.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 05 Jul 2024.
Tabular Editor is a tool that lets you easily manipulate and manage measures, calculated columns, display folders, perspectives and translations in SQL Server Analysis Services (SSAS) Tabular Models (from Compatibility Level 1200 and onwards). The tool is written entirely in .NET WinForms (C#).
Features
- Load/save Model.bim files
- Connect/deploy to SSAS Tabular Databases
- Hierarchical display of model objects
- Select and edit properties of multiple objects at once
- Duplicate multiple objects and perform batch renamings
- Drag and drop objects between display folders and tables
- Add, edit and simulate perspectives and translations
- View perspectives/translations within object context
- Undo/Redo support
- Replace tables
- Roles and Row-Level Security
- View table partition definitions
- DAX expression editor with syntax highlighting (for measures and calculated columns)
- Advanced Scripting
- Custom actions to boost productivity
- Scripting/referencing objects as DAX/TMSL/TOM(C#)
- Deployment Wizard supporting partial deployment
- Command-line options and deployment
- Metadata Backup
- Formula Fix-up and Formula Dependencies
- Import/Export Translations
- Save to Folder / Open from Folder (Experimental)
- User Settings Files
- Best Practice Analyzer
$StartShortcut = Join-Path $env:ProgramData "Microsoft\Windows\Start Menu\Programs\Tabular Editor.lnk"
if(Test-Path $StartShortcut) {
Remove-Item $StartShortcut -Recurse -Force
}
From: https://raw.githubusercontent.com/otykier/TabularEditor/master/LICENSE
LICENSE
MIT License
Copyright (c) 2016 otykier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
md5: 367BF7EA38A681F0FC49A11846703D4A | sha1: 0665FB473DD031E9FB30F5157C246DD919569E98 | sha256: 150E73F4B1532A36482517EB7BB04592713F8A83E48A4DF4ABF007597E49B0FB | sha512: 3A7B5253FDC7E3756231B7AA6E3C7A08376117E538BF9C0B5D1921BAE95EFA579A0B6D6A2EE62362D90B63A29A6F05B8068CD716A65C0406BE4D576A77CBC4DA
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Tabular Editor can be downloaded from:
https://github.com/otykier/TabularEditor/releases
Direct download:
Version : 2.25
URL : https://github.com/TabularEditor/TabularEditor/releases/download/2.25/TabularEditor.Installer.msi
CheckSum : 150E73F4B1532A36482517EB7BB04592713F8A83E48A4DF4ABF007597E49B0FB
Log in or click on link to see number of positives.
- tabular-editor.2.25.0.nupkg (3327df647056) - ## / 67
- TabularEditor.Installer.msi (150e73f4b153) - ## / 65
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Tabular Editor (Install) 2.25.0 | 1954 | Friday, July 5, 2024 | Approved | |
Tabular Editor (Install) 2.24.1 | 1003 | Tuesday, April 23, 2024 | Approved | |
Tabular Editor (Install) 2.24.0 | 385 | Wednesday, April 10, 2024 | Approved | |
Tabular Editor (Install) 2.23.1 | 639 | Wednesday, March 13, 2024 | Approved | |
Tabular Editor (Install) 2.22.1 | 380 | Thursday, February 22, 2024 | Approved | |
Tabular Editor (Install) 2.22.0 | 491 | Friday, January 26, 2024 | Approved | |
Tabular Editor (Install) 2.21.1 | 720 | Friday, November 24, 2023 | Approved | |
Tabular Editor (Install) 2.21.0 | 319 | Monday, November 13, 2023 | Approved | |
Tabular Editor (Install) 2.20.2 | 1303 | Tuesday, September 26, 2023 | Approved | |
Tabular Editor (Install) 2.19.0 | 1001 | Friday, June 16, 2023 | Approved | |
Tabular Editor (Install) 2.18.2 | 641 | Sunday, May 14, 2023 | Approved | |
Tabular Editor (Install) 2.18.1 | 531 | Sunday, April 16, 2023 | Approved | |
Tabular Editor (Install) 2.17.3 | 644 | Sunday, March 5, 2023 | Approved | |
Tabular Editor (Install) 2.17.2 | 984 | Saturday, November 5, 2022 | Approved | |
Tabular Editor (Install) 2.17.1 | 733 | Tuesday, August 30, 2022 | Approved | |
Tabular Editor (Install) 2.16.7 | 598 | Friday, July 8, 2022 | Approved | |
Tabular Editor (Install) 2.16.6 | 887 | Tuesday, April 19, 2022 | Approved | |
Tabular Editor (Install) 2.16.5 | 869 | Wednesday, December 29, 2021 | Approved | |
Tabular Editor (Install) 2.16.4 | 454 | Monday, October 18, 2021 | Approved | |
Tabular Editor (Install) 2.16.3 | 230 | Monday, September 27, 2021 | Approved | |
Tabular Editor (Install) 2.16.2 | 232 | Wednesday, September 8, 2021 | Approved | |
Tabular Editor (Install) 2.16.1 | 367 | Wednesday, June 2, 2021 | Approved | |
Tabular Editor (Install) 2.16.0 | 244 | Saturday, May 1, 2021 | Approved | |
Tabular Editor (Install) 2.15.3 | 180 | Sunday, April 18, 2021 | Approved | |
Tabular Editor (Install) 2.15.2 | 190 | Saturday, April 3, 2021 | Approved | |
Tabular Editor (Install) 2.15.1 | 171 | Monday, March 22, 2021 | Approved | |
Tabular Editor (Install) 2.14.2 | 173 | Sunday, March 7, 2021 | Approved | |
Tabular Editor (Install) 2.14.1 | 213 | Sunday, February 14, 2021 | Approved | |
Tabular Editor (Install) 2.13.2 | 264 | Saturday, December 12, 2020 | Approved | |
Tabular Editor (Install) 2.13.1 | 215 | Wednesday, December 2, 2020 | Approved | |
Tabular Editor (Install) 2.12.4 | 315 | Monday, September 28, 2020 | Approved | |
Tabular Editor (Install) 2.12.2 | 221 | Saturday, September 12, 2020 | Approved | |
Tabular Editor (Install) 2.12.1 | 188 | Sunday, August 30, 2020 | Approved | |
Tabular Editor (Install) 2.11.7 | 177 | Saturday, August 1, 2020 | Approved | |
Tabular Editor (Install) 2.11.6 | 149 | Sunday, July 19, 2020 | Approved | |
Tabular Editor (Install) 2.11.4 | 171 | Tuesday, June 30, 2020 | Approved | |
Tabular Editor (Install) 2.10.0 | 179 | Tuesday, June 9, 2020 | Approved | |
Tabular Editor (Install) 2.9.8 | 192 | Thursday, May 14, 2020 | Approved | |
Tabular Editor (Install) 2.9.7 | 242 | Sunday, April 5, 2020 | Approved | |
Tabular Editor (Install) 2.9.5 | 175 | Saturday, March 21, 2020 | Approved | |
Tabular Editor (Install) 2.9.3 | 164 | Sunday, March 8, 2020 | Approved | |
Tabular Editor (Install) 2.9.2 | 191 | Saturday, February 8, 2020 | Approved | |
Tabular Editor (Install) 2.9.1 | 181 | Sunday, December 15, 2019 | Approved |
Copyright © 2016 otykier
-
- netfx-4.6.2 (≥ 4.6.2)
Ground Rules:
- This discussion is only about Tabular Editor (Install) and the Tabular Editor (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Tabular Editor (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.