Forum Discussion
hackfifi
Helper V
8 years agoDrill 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
Helper V
8 years agoThanks Ashish_Mathur
Hopefully the below link works
https://1drv.ms/x/s!Ahwb9FOvNbslhRbnLJ_0Zz8Gubxs
Ashish_Mathur
Super User
8 years agoHi hackfifi,
Here is the calculated field formula i wrote for Quantity
=if(HASONEVALUE(Table3[Type]),SUM([Quantity]),BLANK())
Hope this helps.