Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    5 years ago

    I have resolved this using RELATIVETABLE function in DAX.