It would be great if for any table or chart a valid state could be defined. If that state is not true, then a custom message should be shown.
For example, I want to show a visualization only if a specific subset of my data is filtered, e.g. only a single sales rep is selected in the filters panel. The expression would then be: If(UniqueCount([salesrepID])=1,true,false)
@janine so basically whatever is below or next to the conditionally hidden vis would slide in its place? sounds even better!
"Can we just hide the viz if..." is a common use case, this would be a super addition to the product