Forum Discussion

gracie494's avatar
gracie494
Icon for Helper I rankHelper I
4 years ago
Solved

DAX Sum based on another filter table

How do I create a dax formula that displays the correct value for each row&Column rather than summarising the grand total.  This is the fomula I attempted but it just sums up the Total rather than d...
  • gracie494's avatar
    gracie494
    4 years ago
    Thanks I managed to find a workaround by using Switch. Thanks for your help.
    Measure 3 = SwITCH(SELECTEDVALUE(GAAP[GAAP]),"IFRS", [meas],"IFRS17",[Measure 2])