Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

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 b...
  • v-ljerr-msft's avatar
    8 years ago

    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. :smileyhappy:

     

    Regards