Join 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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I have a slicer with values of Initiative, Epic, Feature.
There is a table control that shows only Features, thus when the user selects Initiative or Epic, it will hide this table control, but when they select Feature from the slicer, I want to show this table control, is there a way to do this ?
I'm also ok, if there is a solution to always show the table control, but when the user selects Initiative or Epic, the table will be blank, but when they select Feature it will be populated.
Thanks
Is there a way to find out what the slicer value is, almost like a after_selected event ?
You can reference a single item from a filtered column using SelectedValue(table[columnInSlicer]) or use Values{table[columnInSlicer]) if they have multiple selected.
So for example:
Measure Single = "You selected the " & SelectedValue(Region[RegionName]) & " region"
or
Measure Multiple = "You chose the following regions " & ConcatenateX(Values(Region, Region[RegionName], ", ")
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
This works!
I'm wondering now if using "Measure Single" = "Feature" can execute a bookmark ?
I have a bookmark that "hides" certain visuals.
Sadly not 😞
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Maybe I can use something like this:
Show or Hide a Power BI Visual Based on Selection ✅ - Excelerator BI
Check out this tutorial - tweak the logic to meet your requirements.
Don't show data in a table if nothing is selected in a PowerBI Slicer | MiTutorials (youtube.com)
Hi @EaglesTony
Objects themselves don't have a visability.
However you could:
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Hello @EaglesTony ,
check this
https://youtu.be/a9AMSovkZcI?si=WRk5nOJ93IxkbDcH
https://youtu.be/lqPiYGoQxSw?si=LpHx9XqN24PB2_VF
Proud to be a Super User! | |
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 57 | |
| 43 | |
| 41 | |
| 22 | |
| 17 |
| User | Count |
|---|---|
| 186 | |
| 116 | |
| 95 | |
| 64 | |
| 45 |