Forum Discussion
Anonymous
6 years agoNot applicable
Need help understaning DAX code
Hello ppl, I have a DAX code # Decline = VAR __Result = CALCULATE ( SUMX (VALUES ( 'Date'[Calendar YearWeekNumber] ); [Number of customers with responses]); Responses[RESPONSE_TYPE] = 6)...
kentyler
6 years agoSolution Sage
We probably need a sample of the data you're running this against. Copy and paste a sample in from Excel.