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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Tune a measure that use Summarize

Hi,

 

I have a measure that use a summarize , this query run slowly and i want to tune it : 

 

CALCULATE (
    [Cnt],
     SUMMARIZE (
        Sales,
        DimProduct[Product_id]
    )
    ,SUMMARIZE (
        Forecast,
        DimProduct[Product_id]
    )
)

 

The definition of the measure Cnt as bellow :

Cnt :=  DISTINCTCOUNT ( Invoice[CustoID] )

 

There are any solution to optimize that measure ? How can i write the query differently without Summarize

Thanks 


3 REPLIES 3
v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

We can only discuss here sorry, you can make up a data similar to your table. And the desired output.


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ,

Your [Cnt ] measure is DISTINCTCOUNT,and What is required by the second measure? Do you have any examples to explain? Since we do not know the relationship between DimProduct, Forecast, Sales and Invoice, we are not clear about what you want to output with this measure? It's better to share a simple example if you can.


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi @v-yalanwu-msft ,
The business requirement is quetting the number of Unique Customers which who brought products that appear in the Sales and Forecast table

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.