Hi Subash, the following points might help you in order to exclude data rows with null or zero average values from report
1. Section Expert >Details >✓Suppress (No Drill-Down)
2. Format Formula Editor > Use Formula >IIF(ISNULL({Command.Average}) or ({Command.Average}) <= 0, True, False)