Forum Discussion

setis's avatar
setis
Post Partisan
7 years ago
Solved

SUMX in table

Dear experts,   I need to multiply a measure by another measure in a table.    One of the measures needs a particular column structure to give the intended result    I have a matrix in with I'v...
  • v-lid-msft's avatar
    7 years ago

    Hi setis ,

     

    we can create measure using following DAX to meet your requirement.

     

     

    testAgregate = SUM(Data[Forecast allocated2]) * SUM(Data[Agregate Factor])

     

     

     

    If it doesn't meet your requirement, kindly share your sample data and excepted result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.

     

    BTW, pbix as attached.

     

    Best regards,

     

    Community Support Team _ DongLi
    If this post helps, then please consider Accept it as the solution to help the other members find it more