Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi helpfull community,
in my report I have a graph that by default plots data for all points in the data base but is useless as such (by design).
It becomes usefull if a certain slicer has been used to filter down to a single value.
My idea now is to hide the plot in all cases that more than one value has been slected in the slicer.
This could probably be done by an overlay that becomes transparent when only a single value for the slicer is slected?
But how? Or are there other ideas?
Thanks,
Torge
Solved! Go to Solution.
Just blank your measure when there is more than one value selected...
IF(HASONEVALUE(yourslicer[column]), measure, BLANK())
Thanks lukiz84, this has inspired me to find a solution 🙂
Just blank your measure when there is more than one value selected...
IF(HASONEVALUE(yourslicer[column]), measure, BLANK())
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
66 | |
65 | |
57 | |
39 | |
28 |
User | Count |
---|---|
84 | |
60 | |
45 | |
41 | |
39 |