Hello, I have a tab cube, with a dimension key column I'd like to get a distinct count on with a single row result.
This column has 3 distinct values, with a lot of count behind each. I can T-SQL the column with Count and Distinct(count(... and
This column has 3 distinct values, with a lot of count behind each. I can T-SQL the column with Count and Distinct(count(... and