Power bi desktop database type and name

Which kind of database is used by Power BI Desktop and in which form and where it is store the database?

In short it runs on a private/standalone version of SSAS (SQL Server Analysis Services ) tabular engine behind the scene.

Data is stored on RAM and it is stored and evaluated column by column unlike SQL server which stores on Disk on row by row basis.

More details are covered in depth in The Definitive Guide To DAX if you have that book.

1 Like

Power BI uses an in-memory SSAS Tabular database behind the scenes that’s created on-the-fly each time a PBIX file is opened; it doesn’t store data on disk in a form that is readable AFAIK by other tools.
Greg

Hi @dipeshkumar30, a response on this post has been tagged as “Solution”. If you have a follow question or concern related to this topic, please remove the Solution tag first by clicking the three dots beside Reply and then untick the check box. Also, we’ve recently launched the Enterprise DNA Forum User Experience Survey, please feel free to answer it and give your insights on how we can further improve the Support forum. Thanks!