Forum Discussion

MCMM's avatar
MCMM
Frequent Visitor
4 years ago
Solved

IF() DAX not working

Hi,   We are facing a really simple issue with IF() Dax. What we are trying to achieve is IF (A=0, B, A). For that, we created 3 measures: A= amount for previous month B = amount for before previ...
  • v-xiaotang's avatar
    4 years ago

    Hi MCMM 

    The if function in table visual is fine, it is working properly. If you don't want the total in the total row, you can either turn it off or use hasonevalue() or hasonefilter() or isfiltered() to customize the value in the total

    Best Regards,

    Community Support Team _Tang

    If this post helps, please consider Accept it as the solution to help the other members find it more quickly.