Forum Discussion
Anonymous
5 years agoNot applicable
relationship tables explaining
Hi, I was wondering about the following relationship between 2 or more tables. Example: I have 2 tables that has the following relationship--> In table B have a calculated column that sho...
FarhanAhmed
Community Champion
5 years agoActually when you put CALCULATE in expression it changes the Evaluation context of the expression. It changes it to rows that it belongs to otherwise if you put MAX(Column) only without specifying the CALCULATE the whole table will be evaluated in calculated column.
- Anonymous5 years agoNot applicable
Great!
Still, how does the max value flow from table A to B when there is no relationship flowing from A to B ---> with just a simple calculate(max(table A(value)). At least with the MAXX function it is easier to understand that it is iterating through table A to find max value.