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.