Forum Discussion
hackfifi
8 years agoHelper V
Drill Level Matrix - Calculation Query
Is there a way to control the CALCULATION in Matrix based on Drill Level? In my DATA table, i have column "Quantity". When using the MATRIX Visual, the Column "Quantity" & "Hours" is Summed u...
- 8 years ago
Hi hackfifi,
Here is the calculated field formula i wrote for Quantity
=if(HASONEVALUE(Table3[Type]),SUM([Quantity]),BLANK())
Hope this helps.
hackfifi
8 years agoHelper V
Thanks Ashish_Mathur
Hopefully the below link works
https://1drv.ms/x/s!Ahwb9FOvNbslhRbnLJ_0Zz8Gubxs
Ashish_Mathur
8 years agoSuper User
Hi hackfifi,
Here is the calculated field formula i wrote for Quantity
=if(HASONEVALUE(Table3[Type]),SUM([Quantity]),BLANK())
Hope this helps.