Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Giorgi1989
Advocate II
Advocate II

Measure is extremely slow (Takes up to 30 seconds to load the visual)

Dear All,

 

Your help with or advice on the subject would be highly appreciated:

 

I have this measure that is extremely slow:

 

It takes up to 30 seconds to load the visual (Line and stacked column chart)

 

  • Pareto Chart Materials =
    VAR MatGP = [Total Gross Profit]
    VAR AllProfit = CALCULATE([Total Gross Profit], ALLSELECTED('Customer Profitability (Margins)') )

    return
    DIVIDE(
    SUMX(
    FILTER(
    SUMMARIZE( ALLSELECTED('Customer Profitability (Margins)'), 'Customer Profitability (Margins)'[Material],
    "GP" , [Total Gross Profit] ) ,
    [GP] >= MatGP ) ,
    [GP] ) ,
    AllProfit , 0 )
 
 Any suggestion as to how to tweak this to make faster?
 
Thank you in advance.
2 REPLIES 2

Hi, you could create a TOP N filter on the visual itself.

Hi, thank you for the reply. I could in theory, but I don't think that would be something optimal for my situation. 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.