Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Matrix invalid relationship

Hello,   I have a little problem with matrix. I m putting values from 2 tables. Second table doesnt have as much categories as the first one and when i m expanding categories there is a problem wit...
  • v-jianboli-msft's avatar
    3 years ago

    Hi Anonymous ,

     

    Please try:

    NFF qty = 
      IF( 
        NOT(ISINSCOPE('pl_master_data naprawy'[uszkodzony])),
        SUM('pl_master_data nff'[qty]))

    Best Regards,

    Jianbo Li

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