Forum Discussion
Anonymous
5 years agoNot applicable
Using DAX SWITCH by joining 2 tables.
Below is my requirement in sql. can anyone please give that equivalent SWITCH IN DAX. Both Tables in Powerbi are having a join relationship in the model already. CASE WHEN TableA.customertype = 'Ne...
- Anonymous5 years ago
I have resolved this using RELATIVETABLE function in DAX.
Anonymous
5 years agoNot applicable
Hi Denis, the Condtional column which you suggeseted only allows me to add conditions based on the current table but not from other tables. Basically i need to write SWITCH statement joining another table. Can you please help me on that ? Thanks