Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
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.
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.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.