Forum Discussion
Hugo_Wass
4 years agoRegular Visitor
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
4 years agoCommunity Champion
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