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

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

Reply
sasdfasdfsad
Advocate II
Advocate II

Large data model guidance: concatenated fields and compression

The PBI Tabular model uses column compression which benefits from having values that repeat as it can compress them down.

However, there does not seem to be a way to rebuild those values easily when you are on the page designer and trying to show them in columns, labels, filters.

For example IBAN codes.  Stored together they are unique and can't really compress, but if we store them in their individual parts, each column can compress down very nicely.

 
 

sasdfasdfsad_3-1702583075872.png


What's the best approach to deal with these scenarios?  If I need to display the entire number in a filter or column, but want to avoid storing it as a full string due to size?

 

 

1 REPLY 1
lbendlin
Super User
Super User

This is similar to the discussion about storing datetime values in separate tables for the date and time part.  You will of course need a sacrificial lamb - an index column that actually ties them together. That column needs to be small (4 byte integer for example) because obviously it cannot be compressed at all.

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.