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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
miguel1206
Helper II
Helper II

Customize Tables Column names

Hi all, I got a question about table options, is possible change names that appears in table, automatically table do that:

 

Field1 | Field 2 | count of (Field 3) | Sum of (Field 4)

 

Can I set only:

 

Field1 | Field 2 | Field 3 | Field 4

 

Best regards

1 ACCEPTED SOLUTION
Vvelarde
Community Champion
Community Champion

@miguel1206

 

Hi, Miguel the tables automatically change the name depends of the Summarization(Sum, Count, Average, etc)

 

But you can define a Default Summarization

 

Default Summarization.png

 

In this case i change the default to Average. The "Unidades" still mantain and don't be change to Average.

 

 

 

 




Lima - Peru

View solution in original post

4 REPLIES 4
Vvelarde
Community Champion
Community Champion

@miguel1206

 

Hi, Miguel the tables automatically change the name depends of the Summarization(Sum, Count, Average, etc)

 

But you can define a Default Summarization

 

Default Summarization.png

 

In this case i change the default to Average. The "Unidades" still mantain and don't be change to Average.

 

 

 

 




Lima - Peru

Thank you!

A different interpretation and a Power Query solution (in which "PreviousStep" to be replaced with the name of the prevous step):

 

= Table.RenameColumns(PreviousStep,List.Zip({Table.ColumnNames(PreviousStep), List.Transform(Table.ColumnNames(#table(Table.ColumnCount(PreviousStep),{})), each Text.Replace(_,"Column","Field "))}))
Specializing in Power Query Formula Language (M)

Thank you! I'll try your solution

 

Regards

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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