Luca Gualtieri on 2019-02-01 02:44:01
Develop an item formatting property which allows to set the visibility of a report item when you want to conditionally hide the item based on a report parameter or some other expression that you specify (also DAX expressions).
You can develop this incrementally starting from visuals, then text boxes, then shapes and buttons....
If you want to go the extra mile, you can also develop a functionality that allows the final user to toggle the visibility of report items.
For more information and since it was an available and really useful capability see "Add an Expand or Collapse Action to an Item (Report Builder and SSRS)".
https://docs.microsoft.com/en-us/sql/reporting-services/report-builder/hide-an-item-report-builder-and-ssrs?view=sql-server-2017
I double checked in the ideas database and there are many ideas describing the same functionality; this is the reason why I do believe this is really required and will try to collect all the previous votes under this item.
Administrator on 10/18/2022 12:57:38 AM
Update 10/17: This is now in our upcoming roadmap and we will share more details in the coming months. Mo
- Comments (141)
- Merged Idea (29)
on 2019-09-26 18:47:36
Using Measures to manipulate the Hide/show property of a visualisation
It would be great to be avle to show and hide a visualisation based on a measure. F.ex. if a surten condition = true the show or hide a visualisation. F.ex. through a switch statement different visualisations can be displayed depending on what the user selects or if a certain condition = true
on 2017-10-09 03:01:09
property: visibility
I would like all objects to have visibility property with the possibility of adding conditions to values or other objects.
Eric DULUC on 2018-09-27 14:12:45
Visual visible depending on a measure
We know using bookmarks that every visual has a "visible" parameter. Please add a field in the visuals data in which could be indicated a boolean measure. Sorry for bad English, I'm french.
Pejman Jamili on 2019-01-08 00:39:46
Conditional visibility of a visual
It would be so useful having an option to make visibility of an object conditional.
Peter Speden on 2015-10-09 04:17:32
Visibility of images, shapes, single card or text boxes based on data field
It would be nice to be able to have a visible property on images, text boxes, single cards or shapes which occurs when a certain condition is met. ie I want to have a Text box display saying "Failed" or have an image of a red x be visible if the dataset has a value in the success column of 0. O...
on 2017-11-09 22:53:23
Is it possible to Hide shapes like lines, etc ?
we use shapes like line or rectangles to make our report better. but when there is no data for certain components, we tend to hide the same but with current settings for shapes we don't see any options to hide (or conditional hide)
on 2018-11-16 13:00:17
on 2019-03-19 17:47:32
Hide a Visual when no data to show
When there is no data, we can an option to hide the visual until we have some data
Jure on 2016-08-03 21:48:13
Conditional show of objects on a report page
Enable to show or hide an object (chart, table, map, text box, filter, image, shape etc.) based on a condition. If a condition evaluates to TRUE than show the object, else hide it.