Hi
I am new to Powerpivot and have a variable in Powerpivot that I want to run a frequency/count on, however the count would be by another variable. For example, the number of times a disposition happens within a given county. This is very easy in SAS and I am wondering if it is possible using DAX in Powerpivot?
The formula I started with was the following:
=countx(S5[phear9],S5[cnty_name])
However, that did not work. Has anyone done this before?
Paul
I am new to Powerpivot and have a variable in Powerpivot that I want to run a frequency/count on, however the count would be by another variable. For example, the number of times a disposition happens within a given county. This is very easy in SAS and I am wondering if it is possible using DAX in Powerpivot?
The formula I started with was the following:
=countx(S5[phear9],S5[cnty_name])
However, that did not work. Has anyone done this before?
Paul