Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
olegkazanskyi
Helper II
Helper II

TMSL Alter Column Description

I am a noob in TMSL and I need your help.


I am trying to add a description to the column in Power BI Services with a command:

 

{
"alter ": {
"object": {
"database": "dataset_test",
"table": "005_SHIP_TO_LOCATIONS",
"column":"CREATION_DATE"
},
"column": {
"name": "CREATION_DATE",
"description":"This is the new description"
}
}
}

 

 

The error I get is:

Unrecognized command: alter . Check path '['alter ']', line 2, position 13.

Could you help me to make it work?

 

This is Power BI Premium and I TMSL works for table name modification, but I can't figure out how to change the column description.

1 REPLY 1
d_gosbell
Super User
Super User

The ALTER command only works with the objects listed in the documentation listed here https://docs.microsoft.com/en-us/analysis-services/tmsl/alter-command-tmsl?view=asallproducts-allver... 

(Database, DataSource, Table, Partition and Role)

 

If you want to alter the description on a column you would actually have to specify the entire columns collection and all the properties for all the columns.

 

For this reason I would not use TMSL to alter a column description. I would either use something like Tabular Editor or if you want to script this you could use PowerShell or C# with the TOM library (which is part of the AMO download here https://docs.microsoft.com/en-us/analysis-services/client-libraries?view=asallproducts-allversions ) and a version of this is usually on your machine if you have the SQL client tools installed.

 

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.