Forum Discussion
Anonymous
4 years agoNot applicable
selected Value
Hi All,
I have a very simple issue, not able to find the sol.
I have a table as Table1=Filter(TableOne,ContainsString('TableOne'[ColOne],"xyz")) ......This work fine
however when i replace "xyz" with SelectedValue(AnotherTable'[AnotherCol])...........It doesnt work
.The result of SelectedValue(AnotherTable'[AnotherCol]) is xyz as well
Anonymous , You can not use slicer values or selected values in a new calculated tables
2 Replies
- amitchandakSuper User
Anonymous , You can not use slicer values or selected values in a new calculated tables
- AnonymousNot applicable
any workaround