Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Add New colum

Hi everybody, I have 2 Tables " PontoB" and "TURNO" And I need add the colum "Escala" from "Turno" on the other table "PontoB". It´s only add new colum in "PontoB" He...
  • v-chenwuz-msft's avatar
    v-chenwuz-msft
    4 years ago

    Hi Anonymous 

     

    Your model does not seem to be very friendly, please consider optimising the model structure, with loops, then cross filtering can create an ambiguous set of relationships.please consider star model or set cross filter direction to both. Refer this article.

     

    And in your case , maybe you can try some measures like the following:

    Escala from TURN0 = CALCULATE(FIRSTNONBLANK('TURNO'[Escala],0),RELATEDTABLE(TURNO))

     

    If it do not work please provide pbix file without sensitive data.

     

     

    Best Regards

    Community Support Team _ chenwu zhu

     

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