cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
wonybuas
New Member

matriz de metas

ola, precisando de uma ajuda com a seguinte situação

calculado de metas com base nos dias seguintes disponivéis, reajustando a meta por dia de acordo com acumulado de vendas dos dias anteriores mas os valores passados ​​das metas devem permancer os mesmos, somente os valores dos dias seguintes ajustados de acordo com as vendas

segue modelo feito no excel

 

 

Captura de tela 2023-01-18 161207.png

1 ACCEPTED SOLUTION
v-xinruzhu-msft
Community Support
Community Support

Hi @wonybuas 

You can refer to the following example, I replace the "-" with blank, that is convenient to use it,

You can create a new calculated column:

DIARIA = VAR A=MAXX(FILTER('Table',[DIA]<=EARLIER([DIA])),[ACUM])
RETURN IF([Type]<>"dom",DIVIDE([ALL META]-A,[Days]))

Output:

vxinruzhumsft_0-1674616799091.png

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

1 REPLY 1
v-xinruzhu-msft
Community Support
Community Support

Hi @wonybuas 

You can refer to the following example, I replace the "-" with blank, that is convenient to use it,

You can create a new calculated column:

DIARIA = VAR A=MAXX(FILTER('Table',[DIA]<=EARLIER([DIA])),[ACUM])
RETURN IF([Type]<>"dom",DIVIDE([ALL META]-A,[Days]))

Output:

vxinruzhumsft_0-1674616799091.png

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors
Top Kudoed Authors