March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |