Forum Discussion

PijushRoy's avatar
PijushRoy
Icon for Community Champion rankCommunity Champion
3 years ago
Solved

Tooltip is not filtered when hover on measures

HI Team, I have sample data with below format Customer_ID Value Status DBA00001 17640 Closed MSU00001 5040 Closed DAA00002 35406 Open DAA00002 30450...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi PijushRoy ,

    Please refer to my pbix file to see if it helps you.

    Create a measure.

    Measure = 
    SWITCH(
        SELECTEDVALUE('Order_Data'[Status]),
        "Open",[OrderStatusOpen],
        "Closed",[OrderStatusClosed],
        [TotalOrderNumber]
    )

    How to Get Your Question Answered Quickly 

     

    If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

     

    Best Regards
    Community Support Team _ Rongtie

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.