Forum Discussion
Confusion re Power BI Import Storage
Still confused. So it uses both a SSAS for the tabular data storage and blob storage for everything else?
- mwegener6 years ago
Most Valuable Professional
Hi DebbieE ,
"data that is uploaded from users is typically sent to Azure BLOB storage"
Your PBIX file is saved with the containing tabular model in the Azure Blob. (Analog to your hard drive)
By the way, why is it so important?
You don't have to care about it.- DebbieE6 years ago
Community Champion
"By the way, why is it so important?
You don't have to care about it."Of course its important to understand these things. I do care about it because currently its not quite making sense from the documentation
So you are saying that the Analysis Services tabular model that contains the data is in blob storage?
- mwegener6 years ago
Most Valuable Professional
Hi DebbieE ,
in my opinion it works like on your local PC.
The PBIX file is saved in the Azure Blob as on your hard drive.
When you call up the report\model, the SSAS instance is created from the PBIX file, as happens in Power BI Dektop on your local PC.
If the report\model is no longer used, the pbix file will be unloaded.