Is there any way to List all tables/Views used by SSAS tabular Model in SQL Server
There are DMVs that might give you some information: https://learn.microsoft.com/en-us/analysis-services/instances/use-dynamic-management-views-dmvs-to-monitor-analysis-services?view=asallproducts-allversions, TMSCHEMA_DATA_SOURCES sounds promising.