Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Olá pessoal,
Preciso melhorar o código do cálculo faturamento acumulado por cliente e % acumulado do faturamento por clinete, pois o que fiz está com a performance ruim, está demorando muito para mostrar o resultado e quando realizo a publicação do Dashboard ele excede o limite de processamento.
Alguém poderia me ajudar a melhorar?
Solved! Go to Solution.
Please try this measure expression instead.
Customer accrued billing =
VAR vFatContext = [Total sales]
VAR vSummary =
ADDCOLUMNS (
ALLSELECTED ( TB_CLIENTES[CUSTOMER CODE] ),
"cSales", [Total sales]
)
VAR vResult =
SUMX ( FILTER ( vSummary, [cSales] >= vFatContext ), [cSales] )
RETURN
vResult
Pat
Please try this measure expression instead.
Customer accrued billing =
VAR vFatContext = [Total sales]
VAR vSummary =
ADDCOLUMNS (
ALLSELECTED ( TB_CLIENTES[CUSTOMER CODE] ),
"cSales", [Total sales]
)
VAR vResult =
SUMX ( FILTER ( vSummary, [cSales] >= vFatContext ), [cSales] )
RETURN
vResult
Pat
Boa tarde, estou com o mesmo problema, e mesmo fazendo essa tabela virtual o processamento não é suportado. Minhas base é com 10 mil clientes... teria outra sugestão?
Hi, @Daniela_Romasko
Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures. I look forward to your response.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
14 | |
11 | |
7 |
User | Count |
---|---|
25 | |
24 | |
12 | |
12 | |
11 |