cheers519
cheers519

Reputation: 455

How to pass contant string value for a column in SUMMARIZECOLUMN

I want to pass a constant string value i.e. Not Applicable for one of the column values that will be used in SUMMARIZECOLUMNS function. But I am not find any format in how to do the same.

Upvotes: 0

Views: 850

Answers (1)

Himanshu Agrawal
Himanshu Agrawal

Reputation: 271

SUMMARIZECOLUMNS( table_name[column_name], "Custom_Column_Name", "Not Applicable")

Upvotes: 2

Related Questions