Forum Discussion

inversia's avatar
inversia
Frequent Visitor
2 years ago
Solved

Need Help: Fact and Dim Table Measure Visualization

Hi Everyone,   I need your help to understand how build a mix visual between cols in Fact and Dim Table. My model, if I build correctly, basically is: Fact Table: Orders Details (each row is a P...
  • inversia's avatar
    inversia
    2 years ago

    I find a solution:

    SUMX(DIM_PRODOTTO, RELATED(DIM_PRODOTTO_STOCK[Available_Qty])*RELATED(DIM_PRODOTTO_STOCK[Cost of Good]))

     

    works for you?