Forum Discussion

Hugo_Wass's avatar
Hugo_Wass
Regular Visitor
4 years ago
Solved

Filtered Number not displaying on Card visual

Hi there I am a PowerBI newbie so the answer to this might be very simple however, i cant wrap my head around it. I am filtering the measure i created; total onboards by profile statu...
  • truptis's avatar
    4 years ago

    Hi Hugo_Wass , Instead of using a filter on visual option, you can use the below DAX:
    Result= Calcualet(count(total_on_boards), filter(tablename, Profile_Status="Complaint"))

     

    Hugo_Wass - Please mark it as a solution if it works for you and hit the thumbs up. Thank you.

     

    Regards,

    TruptiS