Forum Discussion
Anonymous
6 years agoNot applicable
How to replace values in joined columns from different tables?
Hello I have used a common column to join three tables. I dragged the common column to create a table in the dashboard. Then I need to do these: 1) I want to drag another column into the ...
- Anonymous6 years agoUse switch function.
Follow switch function dax for more number of column.
Thanks
Pravin
Anonymous
6 years agoNot applicable
Create column in 2nd table
NEw column=if(related(table3[Column]="Yes","New",table3[Column])
For first question,
I think we need to use lookupvalue or simply merge two queries.
Could you please share sample dataset and expected output.
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.