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
akshay_d29
Regular Visitor

Issue regarding freezing the column in Matrix table

I have a scenerio where i want to create a Matrix table, which will freeze my first column while scrolling it horizontally, similar like excel.
but i am facing one issue here, i have kept my first column which (Engagement), in row section and other columns in value section. it is freezing the engagement column while scrolling, but the text columns which i have kept in values section are getting filtered as (show first) because of which it is not showing proper data.

is there any other way to do so?


1 REPLY 1
bhanu_gautam
Super User
Super User

@akshay_d29 , You can try using a measure

Power BI requires an aggregation function for values in the Values section. For text columns, you can use the "First" or "Last" aggregation, but this might not always display the data as expected. Instead, consider using measures to concatenate text values if needed.

ConcatenatedText = CONCATENATEX(TableName, TableName[TextColumn], ", ")



Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






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