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! Request now

Reply
Anonymous
Not applicable

power bi store data in byte?

Hi,

 

i have one query for storing data in bytes.

for example if I am using SQL DB as datasource and in DB i use decimal (38,10) and int datattype columns.

at SQL DB front these columns take 17 byte and 4 byte for storing data value.

 

So, if I import this table in PBI desktop then what would be the size in bytes PBI stores.

 

Thanks,

Shubham

 

 

 

1 ACCEPTED SOLUTION
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

In Power BI, VertiPaq stores each column in a separate data structure. This simple fact allows the engine to implement some extremely important compressions and encoding. Here is a good article about VertiPaq, which could help you understand how the VertiPaq engine stores data in Power BI. Smiley Happy

 

Regards

View solution in original post

2 REPLIES 2
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

In Power BI, VertiPaq stores each column in a separate data structure. This simple fact allows the engine to implement some extremely important compressions and encoding. Here is a good article about VertiPaq, which could help you understand how the VertiPaq engine stores data in Power BI. Smiley Happy

 

Regards

Anonymous
Not applicable

Thanks @v-ljerr-msft for sharing, it is very informative and detailed document.

so consider this, I can say Power BI use VertPaq engine and it has many methods to compress the data and these methods would be applicable according to the nature of data.

 

Am I right ?

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