Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 status. However my selection does not change the number displayed on the card visual, however it does show it is filtering correctly just not displaying?
Any help would be appreciated.
Solved! Go to Solution.
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
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
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!