Forum Discussion
Anonymous
6 years agoNot applicable
Distinct Count Based on Multiple Dynamic Column Filters
I want to create a measure that counts distinct visit days (metric date) per customer that changes based on brand, channel and date filters. This is an example of the table that I have: Wit...
amitchandak
6 years agoSuper User
Anonymous , Try like can help
sumx(summarize(Table,Table[Customer ID],Table[Channel],"_1",distinctcount(Table[Date])),[_1])