Forum Discussion
RSMIT221
3 years agoFrequent Visitor
Switch logic not pulling in column from another table
Hello, I am trying to adjust my Switch statemnt so that I do not have to tediously input vlaues when I have to update the dashboard. Above line "3" is my old logic. Line "5 " begins my new logic...
tamerj1
Community Champion
3 years agoHi RSMIT221
1. You creating a calculated column in a table and referencing another column in another table without aggregation which not allowed. If you need to access the row level of another table you need to iterate that table using FILTER or X-Aggregators or any iteration function.
2. Referencing measures in the formula of a calculated column is not a good practice.