Forum Discussion
AllanXu
10 years agoHelper II
DAX Forum?
Greetings, Is there any active DAX form, so I can post my DAX related questions there? Thank you,
sai1995
3 years agoMicrosoft Employee
PPO Qty v2 =
SUMX(VALUES('DimDate1'[Month]),CALCULATE (
SUM ( 'PPO Report'[PPO Req. quantity]),
USERELATIONSHIP ( 'PPO Report'[PPO Delivery date], 'DimDate1'[Date] )
))