Hi @Priya Jha ,
Thanks for posting question in Microsoft Q&A platform.
As I understand from the question, you want an excel with the columns mentioned in the screenshot.
You can achieve this using System Dynamic Management Views.
For example in order to fetch Query and execution time:
You may combine the DMVs as per the requirement and generate output. Reference: sys-dm-exec-sql-text-transact-sql
There is an option to export data in Azure portal in Query editor:
Hope this helps. Let us know if further queries.