[TABLE="width: 500"]
<tbody>[TR]
[TD]Company Name[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]600[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]1000[/TD]
[/TR]
</tbody>[/TABLE]
In this example,
Company A=300
Company B=2100
Company C=700
I would like to utilize a dax function that calculates the totals of all the companies in the data set.
I have tried using this example,
SUMX() - The 5-point palm, exploding fxn technique - PowerPivotPro
I was successful in getting the results in the example, but was not able to apply it to my data set. Any suggestions or solutions?
<tbody>[TR]
[TD]Company Name[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]600[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]1000[/TD]
[/TR]
</tbody>[/TABLE]
In this example,
Company A=300
Company B=2100
Company C=700
I would like to utilize a dax function that calculates the totals of all the companies in the data set.
I have tried using this example,
SUMX() - The 5-point palm, exploding fxn technique - PowerPivotPro
I was successful in getting the results in the example, but was not able to apply it to my data set. Any suggestions or solutions?