Forum Discussion

coriben's avatar
coriben
Icon for Helper I rankHelper I
8 years ago
Solved

Divide not working as expected in DAX Measure

Hello,   I'm trying to calculate a simple indicator by dividing one value by another. Consider the following tables:   The first one is the total amount of people in the health plan, per mo...
  • coriben's avatar
    coriben
    7 years ago

    Hello, and sorry for the late reply.

     

    Indeed, it was a relationship problem.

     

    For anyone coming to this post in the future: check for disabled relationships whenever your measures are not returning the correct calculations.

     

    In my case, I was trying to link tables in a relationship that would result in a circular reference, so it automatically disabled it.