Hi there! My name’s Diego, need little help.
I have a column with the sum of sales by salesman.
This is the formula of Column1 (column type Price)
SUM(SELECT(COMERCIAL[Valor faturado], AND([Atendente] = [_THISROW].[ID],AND([Mês] = USERSETTINGS(Mês),IN([Pago],LIST(‘São Paulo’,‘Sim’,‘Não’,‘Entrada 50%’))))))
And have a column based on the value of the column above, that give me a percentage that I will use to subsidize them.
This the formula of Column2 (column type List)
SELECT(Premiação Online[%PRÊMIO], AND([Atingiu] >= [%META DE],[Atingiu] < [%META A]))
I need to multiply them, but I just don’t know how, I’ve tried but without success.