Forum Discussion
SUMX in table
- 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
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