Forum Discussion

ZIMLbaeza's avatar
ZIMLbaeza
New Member
6 years ago
Solved

Filtering value of Measure

Good afternoon everyone,     I have a simple measure  : T_Qty = SUM(tablex [qty])   I wanted to show the value of that measure filtering its own value. I mean:   SUM t_qty where t_qty is > 100...
  • v-yuta-msft's avatar
    v-yuta-msft
    6 years ago

    ZIMLbaeza ,

     

    Measure can not be summed, you need to convert t_qty to calculate columns.

     

    Community Support Team _ Jimmy Tao

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