Hi there,
We are creating DISTINCT tables. We are getting distinct rows, but we are also getting a BLANK row.
How do we remove the BLANK row so we only have non blank rows?
We looked at:
FILTER(DISTINCT(Transactions[CheckInLoc]), <> BLANK)
Thanks!