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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
prakchan499
Advocate I
Advocate I

Matrix Table - No Aggregation (Just cross table with text values)

Hi,
In the excel, we have option called no-aggregate in pivot table, where values including text just appears as is. however in Matrix table we need measure with aggregated numeric value,
Refer my below screen, where I have questions as columns, and answers as values (alpha-numeric), now how this can be achieved is my problem without aggregation.

 

Capture.PNG

 

6 REPLIES 6
BetterCallFrank
Resolver IV
Resolver IV

Hi @prakchan499

you could have a measure returning text for each column you want to display that way,

e.g.

DisplayAsText = CONCATENATEX( table, table[yourTextColumn], ", ")

does this beahve like you want it to?

 

HTH,

Frank

Hi Frank,

 

I've created this measure but I'm not sure how this should then be applied to the matrix?  here is the measure

 

measure

 

And the matrix prior to adding the measure as value:

prior

 

It appears to just give me a huge table comma separated when the measure is added as values

 

 

I can't seem to get it to separate out along the columns

Any help would be greatly appreciated!

Hey Frank,
I tried this function in my PBI (Direct Query) measure as well as in SSAS Tabular (2012/2014) DAX expression, it seems like unavailable in my environment, let me konw if I missed anything.
Thanks for your response.

Anonymous
Not applicable

Hi @prakchan499,

Do you connect to SQL Server database using "DirectQuery" mode? If so, what is the problem after you create the measure using BetterCallFrank's formula.

Thanks,
Lydia Zhang

Hi Lydia, 
Since my data model is in SSAS  Tabular model, I am seeking solution in SSAS, however I tried the same in another dashboard where I am pulling data using Direct Query, there it was not supporting either.Capture.PNG

 

However in case of SSAS 2012 SP1 (1103), this function isn't available.

Thanks

 

Anonymous
Not applicable

Hi @prakchan499,

 I am able to use CONCATENATEX function after I connect to SQL Server database from Power BI Desktop via DirectQuery mode.

And as stated in this article, this CONCATENATEX  function is included in SQL Server 2016 Analysis Services (SSAS), You are not able to use it in SSAS 2012 or SSAS 2014.

For how to concatenate results of expression evaluated for each row in a table in SSAS data source, you can post the question in the SSAS forum to get better support. 

Thanks,
Lydia Zhang

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors