Hi Vijay,
We can use the "Hidden" property to hide the whole table if the dataset is null. Below is a sample expression for the "Hidden" property:
=IIF( CountRows("DataSet") > 0, false, true)
If you have any more questions, please feel free to ask.
Jin Chen
Jin Chen - MSFT