Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

15,009

Downloads of v 2.23.1:

236

Last Update:

13 Mar 2024

Package Maintainer(s):

Software Author(s):

  • Daniel Otykier

Tags:

tabular-editor tabular editor measure calculate model analysis SSAS SQL embedded FOSS

Tabular Editor (Install)

  • 1
  • 2
  • 3

2.23.1 | Updated: 13 Mar 2024

Downloads:

15,009

Downloads of v 2.23.1:

236

Maintainer(s):

Software Author(s):

  • Daniel Otykier

Tabular Editor (Install) 2.23.1

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Dependency requires reboot

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

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.23.1'
    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.23.1'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller tabular-editor
{
    Name     = "tabular-editor"
    Version  = "2.23.1"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'tabular-editor':
  ensure   => '2.23.1',
  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.

Package Approved

This package was approved as a trusted package on 13 Mar 2024.

Description

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

tools\chocolateyuninstall.ps1
$StartShortcut = Join-Path $env:ProgramData "Microsoft\Windows\Start Menu\Programs\Tabular Editor.lnk"

if(Test-Path $StartShortcut) {
   Remove-Item $StartShortcut -Recurse -Force
}

tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$Installer = Get-ChildItem (Split-Path $MyInvocation.MyCommand.Definition) -Filter '*.msi' | 
               Sort-Object LastWriteTime | 
               Select-Object -ExpandProperty FullName -Last 1

$InstallArgs = @{
   packageName    = $env:ChocolateyPackageName
   fileType       = 'msi'
   File           = $Installer
   silentArgs     = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`" "
   validExitCodes= @(0, 3010, 1641)
}

Install-ChocolateyInstallPackage @InstallArgs

# No start icon and no path in registry
If (Test-Path "$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log") {
   $Log = Get-Content "$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log"
   $null = $Log | Where-Object {$_ -match '^Property.*TARGETDIR = (.*)$'}
   
   $EXE = (Get-ChildItem $Matches[1] -filter *exe).fullname
   $Linkname = "Tabular Editor.lnk"
   $StartPrograms = Join-Path $env:ProgramData '\Microsoft\Windows\Start Menu\Programs'

   $ShortcutArgs = @{
      ShortcutFilePath = Join-Path $StartPrograms $Linkname
      TargetPath = $EXE
   }

   Install-ChocolateyShortcut @ShortcutArgs
}

$null = Remove-Item $Installer -Force
tools\LICENSE.txt
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.
tools\TabularEditor.Installer.msi
md5: C577326811AF619DD3416A0801CED171 | sha1: 4569EF5CE280857E1FC3BBBB2CA72466BC76EB06 | sha256: EB892BD0F05EE749E16D69D8007D170207DBCCBBF40C61D6C60982E4D845E350 | sha512: 9330BB96848921F8C684C68989DE6F2AE625217BA41F28A493814CC294A4AE478BBD91901D5C8E718D65F487004DBD011E7913FB3DD712E5DFF69C340D6FB994
tools\VERIFICATION.txt
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.23.1
URL      : https://github.com/TabularEditor/TabularEditor/releases/download/2.23.1/TabularEditor.Installer.msi
CheckSum : EB892BD0F05EE749E16D69D8007D170207DBCCBBF40C61D6C60982E4D845E350

Log in or click on link to see number of positives.

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.22.1 359 Thursday, February 22, 2024 Approved
Tabular Editor (Install) 2.22.0 476 Friday, January 26, 2024 Approved
Tabular Editor (Install) 2.21.1 689 Friday, November 24, 2023 Approved
Tabular Editor (Install) 2.21.0 284 Monday, November 13, 2023 Approved
Tabular Editor (Install) 2.20.2 1285 Tuesday, September 26, 2023 Approved
Tabular Editor (Install) 2.19.0 978 Friday, June 16, 2023 Approved
Tabular Editor (Install) 2.18.2 618 Sunday, May 14, 2023 Approved
Tabular Editor (Install) 2.18.1 515 Sunday, April 16, 2023 Approved
Tabular Editor (Install) 2.17.3 626 Sunday, March 5, 2023 Approved
Tabular Editor (Install) 2.17.2 970 Saturday, November 5, 2022 Approved
Tabular Editor (Install) 2.17.1 712 Tuesday, August 30, 2022 Approved
Tabular Editor (Install) 2.16.7 583 Friday, July 8, 2022 Approved
Tabular Editor (Install) 2.16.6 868 Tuesday, April 19, 2022 Approved
Tabular Editor (Install) 2.16.5 850 Wednesday, December 29, 2021 Approved
Tabular Editor (Install) 2.16.4 430 Monday, October 18, 2021 Approved
Tabular Editor (Install) 2.16.3 216 Monday, September 27, 2021 Approved
Tabular Editor (Install) 2.16.2 215 Wednesday, September 8, 2021 Approved
Tabular Editor (Install) 2.16.1 346 Wednesday, June 2, 2021 Approved
Tabular Editor (Install) 2.16.0 219 Saturday, May 1, 2021 Approved
Tabular Editor (Install) 2.15.3 156 Sunday, April 18, 2021 Approved
Tabular Editor (Install) 2.15.2 174 Saturday, April 3, 2021 Approved
Tabular Editor (Install) 2.15.1 149 Monday, March 22, 2021 Approved
Tabular Editor (Install) 2.14.2 155 Sunday, March 7, 2021 Approved
Tabular Editor (Install) 2.14.1 191 Sunday, February 14, 2021 Approved
Tabular Editor (Install) 2.13.2 247 Saturday, December 12, 2020 Approved
Tabular Editor (Install) 2.13.1 187 Wednesday, December 2, 2020 Approved
Tabular Editor (Install) 2.12.4 295 Monday, September 28, 2020 Approved
Tabular Editor (Install) 2.12.2 192 Saturday, September 12, 2020 Approved
Tabular Editor (Install) 2.12.1 170 Sunday, August 30, 2020 Approved
Tabular Editor (Install) 2.11.7 154 Saturday, August 1, 2020 Approved
Tabular Editor (Install) 2.11.6 133 Sunday, July 19, 2020 Approved
Tabular Editor (Install) 2.11.4 157 Tuesday, June 30, 2020 Approved
Tabular Editor (Install) 2.10.0 157 Tuesday, June 9, 2020 Approved
Tabular Editor (Install) 2.9.8 166 Thursday, May 14, 2020 Approved
Tabular Editor (Install) 2.9.7 220 Sunday, April 5, 2020 Approved
Tabular Editor (Install) 2.9.5 160 Saturday, March 21, 2020 Approved
Tabular Editor (Install) 2.9.3 140 Sunday, March 8, 2020 Approved
Tabular Editor (Install) 2.9.2 169 Saturday, February 8, 2020 Approved
Tabular Editor (Install) 2.9.1 162 Sunday, December 15, 2019 Approved
Discussion for the Tabular Editor (Install) Package

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.
comments powered by Disqus