Skip to content

Instantly share code, notes, and snippets.

@aabundez
Last active April 12, 2018 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aabundez/64e83309b7886f4e614970b9b4ae1076 to your computer and use it in GitHub Desktop.
Save aabundez/64e83309b7886f4e614970b9b4ae1076 to your computer and use it in GitHub Desktop.
Retrieve SSAS Tabular column definitions
//Run in DAXStudio (http://daxstudio.org/)
select [ExplicitName], [IsHidden], [Type], [SourceColumn], [Expression]
from $SYSTEM.TMSCHEMA_COLUMNS
where TableID = 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment