Forum Discussion
kumsha1
5 years agoPost Patron
Multiple column references for FILTER
Hi, VALUES can accept single column reference in FILTER... So, how can i rewrite below DAX to pass multiple column references for FILTER?, to pass another column as highlighted in RED. TIA for your ...
amitchandak
5 years agoSuper User
kumsha1 , Not very clear what you want from the formula.
Try like SUMX(FILTER(Summarize(SHIPPING[DISCHARGE_COMMENCE],SHIPPING[SHIPMENT_NO],"_1",[DATEDIFF],"_2",[TA_WEIGHTOMETER]),[_1]>0),[_2])
- kumsha15 years agoPost Patron
amitchandak , i have below error
Requirement is to filter the values by multiple columns to get the correct aggregation.