Forum Discussion
Seven440
7 years agoRegular Visitor
Get column values from table
Hi all! The task seems simple, but search in forums and DAX guide didn't help me. There is the only table Sales with several columns (Item, Store, Area, Month, Flag1, Flag2, Value). I try to ad...
SteveCampbell
7 years agoMemorable Member
yep, made an error - should have been CALCULATETABLE not CALCULATE.
Updated the code, try now
Seven440
7 years agoRegular Visitor
Now the next error appears:
A circular dependency was detected: 'Sales'[Filtered_value],'Sales'[Filtered_value],'Sales'[Filtered_value].
'Sales'[Filtered_value] is the resulting column (where I use the updated formula).
Please help.