Forum Discussion

MikhailGG's avatar
MikhailGG
Icon for Helper I rankHelper I
1 year ago
Solved

Switch with Multiple Hasonevalue() gives wrong results

I have the following formula   Overview_Switch = switch( true(),                                     HASONEVALUE('Data'[Region]), median('Sales_by_Region'[Total]),                                ...
  • MikhailGG's avatar
    1 year ago

    iffiltered() insted of hasonevalue() solved the issue for me