GitPedia
m-kovalsky

m-kovalsky/ModelAutoBuild

A framework for dynamically creating a tabular model based on an Excel template.

8 Releases
Latest: 4y ago
Model Auto Build 1.4.31.4.3Latest
m-kovalskym-kovalsky·4y ago·February 20, 2022
GitHub

📋 Changes

  • Added ability to set 1 or 2 decimal places for columns & measures (#8). Entering 'Decimal' defaults to 1 decimal place. Entering 'Decimal 2' will provide a decimal with 2 decimal places.
Model Auto Build 1.4.21.4.2
m-kovalskym-kovalsky·5y ago·May 27, 2021
GitHub

📋 Changes

  • Fixed a potential issue with auto-generated relationships (#6)
Model Auto Build 1.4.11.4.1
m-kovalskym-kovalsky·5y ago·April 30, 2021
GitHub

📋 Changes

  • Added the ability to assign 'Refresh', 'ReadRefresh', and 'None' model permission settings for roles (#4)
Model Auto Build 1.4.01.4.0
m-kovalskym-kovalsky·5y ago·April 14, 2021
GitHub

📋 Changes

  • Removed the need for converting the Excel file to text files.
  • Removed the need to run command line code to generate the Model.bim file.
  • ModelAutoBuild.cs is now run directly in [Tabular Editor](https://tabulareditor.com/ "Tabular Editor") and creates the model based on the Excel file without any intermediary steps.
  • Improved error-catching within model creation.
Model Auto Build 1.3.21.3.2
m-kovalskym-kovalsky·5y ago·November 16, 2020
GitHub

Updated the FormatDax portion of the .cs script per the updates in Tabular Editor 2.13.0 (https://docs.tabulareditor.com/FormatDax.html) This new release may only be used in Tabular Editor 2.13.0 or higher.

Model Auto Build 1.3.11.3.1
m-kovalskym-kovalsky·5y ago·September 15, 2020
GitHub

Fixed issue for the DAX expression of calculated columns #1

Model Auto Build 1.3.01.3.0
m-kovalskym-kovalsky·5y ago·July 6, 2020
GitHub

📋 Changes

  • Added support for hierarchies (new tab in the Excel template, updated .cs script, and updated ExcelToTextMaster.exe)
  • Updated .cs script for data source additions.
Model Auto Build 1.2.01.2.0
m-kovalskym-kovalsky·5y ago·June 25, 2020
GitHub

📋 Changes

  • Added support for calculated columns. These are entered to the template in a very similar fashion to data columns. The key difference is to enter a DAX expression within the Expression column and omit the SourceColumn.