Skip to content

fredrikheden/Excel2TMSL

Repository files navigation

Deprecated.

Excel2TMSL

Using Excel & PowerShell to organize and deploy DAX measures

Change the following attributes before running on your machine.
$ASSERVERINSTANCE = "." # You AS Server instance (or Azure Instance)
$ASDATABASE = "FHDW" # Name of your AS database
$UseCommaInsteadOfSemicolonInDax = $true # Set to $true is , should be used instead of ; in DAX expressions.

Don't forget to import the PowerShell module ImportExcel by running the following PowerShell command:
Install-Module -Name ImportExcel

About

Using Excel & PowerShell to organize and deploy DAX measures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published