Do you want to hide the table and chart if there is no data??
You can create a variable and name it as flag.
Flag =IF([Measure]=0) THEN "N" ELSE "Y"
Click on your chart and table and select the filter. Click on Flag and put the value as Y. So, the chart and table will only show up incase data is present.