Forum Discussion

ManasRout's avatar
ManasRout
Resolver II
5 months ago
Solved

How to Prevent Background Operation in Power bi Environment

Hi Team, From our fabric capacity app when I checked Interactive operation and background opearation increased I have checked which report causing interactive oparation then inform to report owner i...
  • cengizhanarslan's avatar
    cengizhanarslan
    4 months ago

    I could suggest few things but everything has a trade-off to be honest.

     

    Option 1) Switching to DirectLake mode instead using Import.

    This would help you to eliminate those background CU's as it would not need to make those refresh operations but DirectLake mode is not as efficient as Import when it comes to report rendering. Thus, it would simply increase your CU's consumption on interactive part.

     

    Option 2) Optimize your Semantic Models

    • Remove unused columns and tables, every column consumes memory
    • Use integer or boolean data types instead of strings where applicable (e.g., flag columns)
    • Avoid high-cardinality text columns like free-form descriptions or GUIDs unless required
    • Set up pre-aggregated tables for large fact tables and configure aggregation rules — DirectQuery hits drop dramatically
    • Use composite models to serve summary queries from import mode while keeping detailed data in DirectQuery
    • Disable "Auto date/time" in Power BI settings to prevent hidden date hierarchy tables from being generated for every date column