Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi,
I need a Card Value to show but only when the end user has made specific slicer selections.
For example when they select Product1 on its own I need message to appear, but then also if they select Product1 and Product2 together.
There are approximately 8 different combinations of slicer selections in which the message would need to appear, and most are when multiple items are selected. It's specifically only when these scenarios are curated does the card value need to show.
Thanks in advance
JJ
@DW565990 , Based on what I got, try a measure like
= if(Isfiltered(product[Name]), concatenatex(product,product[Name], " , ") & if(Isfiltered(product[category]), concatenatex(product,product[category], " , ")
add others as per need
Thank you. Within this measure are you able to hard code the name of the product the selection(s) have to be for the correct scenario for the message to appear though?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
6 | |
3 | |
3 | |
3 |
User | Count |
---|---|
11 | |
9 | |
8 | |
8 | |
7 |