I need help writing an expression that counts the rows in a table, but excludes rows from the count when there is a duplicate date in the date column. I also need to further constrain the results by the Client ID for the current record, i.e. [_THISROW].[Client ID] = [Client ID]. I can do one or the other, but I haven’t figured out an expression that will do both.
However now it is no longer omitting rows with a date that occurs more than once. I’m using this in a virtual column and need a formula that counts only once each date that a user billed to a client (sometimes more than one user bills in a given day, sometimes the same user more than once). Any thoughts on how I can make this work? Thanks!