Forum Discussion
Help creating a table from other tables.
Share the download link of your PBI file.
Sorry Ashish, this is company info, I would be prohibited from making it available. But below is what I'm encountering using a Matrix table. You can see the bottom Totals row, the Var and ABS Var are exactly the same number at 3,846 where the ABS Var total should be 14,530.
- Ashish_Mathur3 years agoSuper User
Try this measure
ABS var_new = SUMX(VALUES(Data[Product]),[ABS var])
Replace Data[Product] with the table and column name which you have dragged to the row labels of the matrix.
- 10013 years agoResolver II
Thanks Ashish, but the issue with this formula is the Var number is a Measure, not a calculated column which SUMX needs to perform. And the Qty Del and Qty Fcst columns live in two separate tables. This is the mess I've run into. Thx.
- Ashish_Mathur3 years agoSuper User
I cannot help witthout a file. Simple.