If you have only one table and it does not have measures...
As you have master table so go for Attribute View - build the view on your table and get the data preview - you can also create calculated columns for some calculations here.
If your master table has large number of records and you want to perform only read operations - no calculated columns or other things then you can go for Analytic View as it has very high performance on SELECT.
If you want to perform some analysis and you are having Fact Table/Transaction table that has measures and already created attribute views then go for Analytic View.