Forum Discussion

david-hepstar's avatar
david-hepstar
Regular Visitor
2 years ago
Solved

46GB PPU Semantic Model: "Memory error: maximum allowable memory allocation for your tier"

I have one large Semantic Model with data refreshed incrementally from Google BigQuery. Partitions are by month for the last 24 months, and by default the report refreshes the last 14 days (usually s...
  • david-hepstar's avatar
    2 years ago

    I've finally received a different error message, which I assume is closely related to the ones I was receiving earlier. This makes me think that there may be some user settings I could adjust to get around this, though I haven't confirmed this.

    Failed to save modifications to the server. Error returned: 'Resource Governing: This operation was canceled because there wasn't enough memory to finish running it. Either reduce the memory footprint of your dataset by doing things such as limiting the amount of imported data, or if using Power BI Premium, increase the memory of the Premium capacity where this dataset is hosted. More details: consumed memory 53639 MB, memory limit 49315 MB, database size before command execution 53084 MB. See https://go.microsoft.com/fwlink/?linkid=2159753 to learn more.
    
    Technical Details:
    RootActivityId: 344ed8dd-99a4-4539-acbb-392119ea557e
    Date (UTC): 3/23/2024 11:06:16 AM

     
    In the end I've avoided this issue entirely by redesigning my data model to incorporate a second fact table at a different grain. This enabled me to drop an expensive ID column from my original fact table, thereby cutting my memory usage by ~85%.