Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Assuntos relacionados a criação de medidas, fórmulas e funções DAX, relacionamentos etc
Por lsalves
Posts
#62512
Pessoal,

Preciso de uma ajuda, estou fazendo cálculo de margem (VLR Venda - Custo produto)/VLR Venda, assim tenho a margem sobre meu valor do custo.
Porém, no subtotal ele traz a média simples de 20%, preciso que ele me traga a % 15.500 / 12.330 = 26%

CUSTO PRODUTO VLR VENDA
R$ 2.300,00 R$ 3.100,00 26% ok
R$ 3.130,00 R$ 3.100,00 -1% ok
R$ 2.300,00 R$ 3.100,00 26% ok
R$ 2.300,00 R$ 3.100,00 26% ok
R$ 2.300,00 R$ 3.100,00 26% ok
R$ 12.330,00 R$ 15.500,00 20% (preciso que no subtotal fique o resultado 26%)
VALOR QUE PRECISO NO SUBTOTAL 26%
Por Vilmar
Posts
#62554
Tente
Código: Selecionar todos
%Marg =
IF (
    ISFILTERED ( Tabela[PROD] );
    DIVIDE ( SUM ( Tabela[VENDA] ) - SUM ( Tabela[CUSTO] ); SUM ( Tabela[VENDA] ) );
    DIVIDE ( SUM ( Tabela[VENDA] ); SUM ( Tabela[CUSTO] ) ) - 1
)
Imagem
lsalves agradeceu por isso
Por lsalves
Posts
#62589
Vilmar escreveu: 01 Mar 2021 às 12:48 Tente
Código: Selecionar todos
%Marg =
IF (
    ISFILTERED ( Tabela[PROD] );
    DIVIDE ( SUM ( Tabela[VENDA] ) - SUM ( Tabela[CUSTO] ); SUM ( Tabela[VENDA] ) );
    DIVIDE ( SUM ( Tabela[VENDA] ); SUM ( Tabela[CUSTO] ) ) - 1
)
Imagem
Excelente, deu certinho, muito obrigado
long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord