Forum Discussion
Anonymous
7 years agoNot applicable
Help With DAX Query
Hi! I would like some help with writing a DAX query. I have 2 tables, one with customers details and the other with calls details that the customers made. I am trying to find the customers w...
- 7 years ago
Anonymous add following measure
# Calls = COUNTROWS( FactUsage ) + 0
Add table visual and put columns from customer table and on visual level filter put # Calls measaure with equal to 0
parry2k
7 years agoSuper User
Anonymous add following measure
# Calls = COUNTROWS( FactUsage ) + 0
Add table visual and put columns from customer table and on visual level filter put # Calls measaure with equal to 0
Anonymous
7 years agoNot applicable
THANK YOU!
it worked :)