Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

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)...