excel - ALL except filter set in column header -


a complete newbie powerpivot here. have calculated column count number of distinct rows this:

=countrows(     distinct(         data[chain]     ) ) 

however not take account filters manually applied in column's header. have 11 chains, , if filter out except 2 want column's value 2 instead of 11. how can achieve in powerpivot?

thanks in advance!

you have add measure. add bottom part, , work.

enter image description here


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -