Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
Solved! Go to Solution.
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:
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.
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:
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
53 | |
23 | |
22 | |
18 | |
17 |
User | Count |
---|---|
46 | |
21 | |
20 | |
19 | |
18 |