Forum Discussion

MarciaRibeiro's avatar
MarciaRibeiro
New Member
3 years ago
Solved

Calculate the minimum value greater than zero

Hello, Could you please help me with a measurement? I'm doing a job to check which state has the highest and lowest tax, but I'm having trouble finding the lowest value above zero, as in example 02...
  • MarciaRibeiro's avatar
    MarciaRibeiro
    3 years ago

    Hello v-cgao-msft,

    It worked, I remake it again and the value went up exactly as I wanted. Thanks for the assistance.

    #MenorValor = Calculate ( Min ( NFSaida[UF] ),NFSaida[Adição] > 0 )