How to do a count distinct over a rolling window

Recently a user on the forums asked how a distinct count over a rolling window could be done. Easy, you might say at first. Just use countd() and all be good. And that is true - and it is not. The problem we are facing here is that the usual countd() combined with say a … Continue reading How to do a count distinct over a rolling window