Forum Discussion

AmineGatou's avatar
AmineGatou
Frequent Visitor
4 years ago
Solved

PowerBI Map View Filtered along side with Unfiltred Data

Hello Everyone I'm struggling with this I don't know how to achieve it. So Basically I have a map with bubbles in it  Everything Normal at this point. What I need to do is when I filter usi...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi AmineGatou ,

     

    If you have other slicers, add the filter conditions to the measure.

    Measure = IF(SELECTEDVALUE('Table'[location]in VALUES('slicer'[location]&&'table'[column] in Values('slicer2'[column])),"red","green")

     

    Best Regards,

    Jay