Forum Discussion
Storage Mode Mixed
- 1 year ago
Hi Anonymous - Yes, you're running into a limitation of Mixed Storage Mode in Power BI when using Live Connection to SSAS. In this mode, Power BI does not automatically detect new measures added in SSAS unless the dataset is refreshed manually in Power BI Desktop and then re-published.
suggest, If you don’t have Premium Capacity, but your dataset is in Power BI Pro, you can use Tabular Editor (external tool) to refresh the model.
Download and install Tabular Editor 2 (free) or Tabular Editor 3 (paid).Open Tabular Editor and connect to your dataset in the Power BI Service.Select Refresh Metadata and save changes.This will update your Power BI dataset without needing to manually re-upload.
Hope this helps.
- 1 year ago
Hi Anonymous
The issue arises because Power BI Service does not support automatic refresh for models in Mixed Storage Mode when using Live Connection to SSAS (SQL Server Analysis Services). Since your report initially had a Live Connection to SSAS and you later added new tables directly into Power BI, the storage mode switched to Mixed Mode, causing refresh conflicts. Power BI cannot automatically refresh SSAS measures when the model contains imported tables, which is why you must download, refresh manually in Power BI Desktop, and re-upload the report.
To resolve this, consider using DirectQuery instead of Import Mode for the additional tables, ensuring the report remains dynamically connected to the source without requiring manual refresh. Alternatively, you can split the report into two models—one with only Live Connection to SSAS and another for additional imported data, then link them using Composite Models or Dataflows in Power BI Service. If modifying the model structure is not an option, scheduling a manual refresh process using Power BI REST API or Power Automate may help automate the download-refresh-upload workflow. These approaches help maintain a seamless, refreshable report in Power BI Service without manual intervention.
Hi Anonymous
The issue arises because Power BI Service does not support automatic refresh for models in Mixed Storage Mode when using Live Connection to SSAS (SQL Server Analysis Services). Since your report initially had a Live Connection to SSAS and you later added new tables directly into Power BI, the storage mode switched to Mixed Mode, causing refresh conflicts. Power BI cannot automatically refresh SSAS measures when the model contains imported tables, which is why you must download, refresh manually in Power BI Desktop, and re-upload the report.
To resolve this, consider using DirectQuery instead of Import Mode for the additional tables, ensuring the report remains dynamically connected to the source without requiring manual refresh. Alternatively, you can split the report into two models—one with only Live Connection to SSAS and another for additional imported data, then link them using Composite Models or Dataflows in Power BI Service. If modifying the model structure is not an option, scheduling a manual refresh process using Power BI REST API or Power Automate may help automate the download-refresh-upload workflow. These approaches help maintain a seamless, refreshable report in Power BI Service without manual intervention.