Forum Discussion
Mahmoud_nabir
7 years agoFrequent Visitor
Relation active but not working
i have 3 tables HH_Customer (customer Data) SKYDIST_PLANNED_VISITS_TOTALS_details (planned visits for each customer ber Week Day) Table (count planned visir for each weekDay) -i have relation be...
Mahmoud_nabir
7 years agoFrequent Visitor
Column calculated with below code
Column = CALCULATE(COUNT(SKYDIST_PLANNED_VISITS_TOTALS_details[CustomerID]),FILTER(SKYDIST_PLANNED_VISITS_TOTALS_details,SKYDIST_PLANNED_VISITS_TOTALS_details[visitday]='Table'[visitday]) )