Forum Discussion

hoosha_a's avatar
hoosha_a
New Member
2 years ago
Solved

Custom partitioning with Tabular editor

Hello, We have a PPU license with A2 capacity and our dataset in Power BI service won't refresh because it reaches the memory limit. We cannot implement incremental refresh because of business requ...
  • lbendlin's avatar
    lbendlin
    2 years ago

    There's that pesky problem of meta data changes. Whenever you change the data model, or even the report design, and publish to the workspace without further thought,  a couple of things will happen.

     

    - The incremental refresh partitions will be replaced with the single partition you just uploaded

    - a full refresh will be initiated, across all currently specified partitions (depending on your granularity)

    - after that is completed successfully your regular incremental refresh will resume.

     

    To avoid that you need to choreograph meta data changes extremely carefully, push them with ALM Toolkit WITHOUT refresh, and then manually refresh the affected partitions.