Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
33 | |
15 | |
14 | |
12 | |
9 |