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.
Ashish_Mathur
8 years agoSuper User
Hi,
This should be doable, Please share the link from where i can download your Excel/PowerBI desktop file.
- hackfifi8 years agoHelper V
Thanks Ashish_Mathur
Hopefully the below link works
https://1drv.ms/x/s!Ahwb9FOvNbslhRbnLJ_0Zz8Gubxs
- Ashish_Mathur8 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.
- v-ljerr-msft8 years agoMicrosoft Employee
Hi hackfifi,
Have you tried the solution provided by Ashish_Mathur above? Does it work in your scenario? If it works, could you accept it as solution to close this thread?
If you still have any question on this issue, feel free to post here. :smileyhappy:
Regards