Forum Discussion

codyraptor's avatar
codyraptor
Resolver I
3 years ago
Solved

Distinct Count Optimized when Filtered

I have a simple DAX query counting distinct ID's in a fact table.  When I run a simple 'Distinctcount(ID)....I get the answer in 7ms.  However...I need to run a distinct count on ID's where fact[colu...