Forum Discussion
mb0307
Responsive Resident
4 years agoDynamic SUMX
Hi guys, DAX below just works fine on a single column (Product): RowSum =
SUMX(
VALUES( dimMaster[Product] ),
ABS( [DiffCalculation] )
) How can I make this dy...
v-yalanwu-msft
Community Support
4 years agoHi, mb0307 ;
and can you share a simple data removing sensitive information, along with the results you want to output?
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.