Ir para conteúdo

Patricia Paz

Alunos
  • Total de itens

    28
  • Registro em

  • Última visita

Community Answers

  1. Patricia Paz's post in Maior valor de acordo com variável filial e mes/ano was marked as the answer   
    Oi Bruno, sim era pra trazer somente os valores para os técnicos , mas já consegui aqui, obrigada.
    o calculo ficou assim:
     
    %NPSF = IF (     ISINSCOPE ( dCalendario[Mes/Ano] ),     CALCULATE (         MAX ( fServicos[_NPS] ),         ALLSELECTED (),         VALUES ( dCalendario[Mes/Ano] )     ) )
  2. Patricia Paz's post in Subtotal com valor errado was marked as the answer   
    Tive que incluir variáveis nas medidas que compõem o total para ajutar-lo.
    Exemplo :
     
    NPS = SWITCH(     TRUE(),         // Nível 3: Mes/Ano     ISINSCOPE(dCalendarioEmis[Mes/Ano]),     [NPS],       // Nível 2: codigo_mecanico     ISINSCOPE(dMecanico[mecanico_nome]),     [NPS_CodigoMecanico],       // Nível 1: Cargos     ISINSCOPE(dCargos[Cargos]),     [NPS_Cargos],       // Nível 0: Total Geral     TRUE(),     SUMX(VALUES(dCargos[Cargos]), [NPS_Cargos]) )
  3. Patricia Paz's post in Medida de soma com filtros was marked as the answer   
    Obrigada Reinaldo, já resolvi.
    Era só tirar a coluna de data e deixar all na tabela de datas toda.
     
     
×
×
  • Criar Novo...