Forum Discussion
Anonymous
4 years agoNot applicable
Create conditional table (SWITCH or IF functions not working)
Hello community, i guess, I am trying to do something quite simple, but somehow DAX is not allowing to have a conditional expression in the definition of my new tabel ("Table ="). In t...
amitchandak
4 years agoSuper User
Anonymous , I doubt you can switch tables, Also you can not use measure in new table creation, it will not work correctly
you can move code if inside the distinct and try
Anonymous
4 years agoNot applicable
Hello amitchandak , sadly it didnt work.
What I am trying to do with this dynamic table, is to have a dynamic selector. I want to be able to change the column in my visual "Selector of Partner" in accordance with what my "Selector of Feature" selects.
Any ideas?