Forum Discussion
surendar12
6 years agoRegular Visitor
Decomposition Tree - Use Case
Hi All, Decomposition tree is powerful and I have a use case that I would like to use for the repot. What I have is a classic funnel and I would like to use as tree . Reason is because the...
amitchandak
6 years agoSuper User
Please share the formula. I think we need to use isfiltered or hasonsvalue to suit to this requirement
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
surendar12
6 years agoRegular Visitor
- amitchandak6 years agoSuper User
Not clear but something like this
step 1 =calculate(countrows(Table1),allexcept(table1,table[path1]))
only step 2 =calculate(countrows(Table1))Ratio = calculate([only step 2 ]/step 1)
step 2 =calculate(countrows(Table1),allexcept(table1,table[path2]))