Forum Discussion
tiagolangendorf
2 years agoRegular Visitor
Formula dax
Olá! Preciso de ajuda com o Power BI. Tenho duas tabelas: uma chamada 'Ordem de Compra' e outra 'Pedido'. Na tabela 'Pedido', tenho as colunas 'Índice' (variando de 1 ao infinito), 'Pedido' (contendo...
- 2 years ago
Hi @tiagolangerdof,
You just made a Mix when you copy the measure
Change this with ==>
Min( 'Ordem de compra'[indice] ),
tiagolangendorf
2 years agoRegular Visitor
Hello I couldn't do it as you did, is there any other formula that you didn't show?
tiagolangendorf
2 years agoRegular Visitor
My result was not the same, can anyone help me? in our friend JamesFR06's formula it seems that the accumulated works in my formula it doesn't. Here is a link to my archive
- JamesFR062 years agoResolver IV
Hi @tiagolangerdof,
You just made a Mix when you copy the measure
Change this with ==>
Min( 'Ordem de compra'[indice] ),
- tiagolangendorf2 years agoRegular Visitor
Thank you very much!! You helped me a lot!!!!