How to configure new measurement in influxdata cloud

hi team,

I am using the below csv data

i can able to load the below data into buckets. its working fine. But i am unable to view this file .because measurement is showing empty list .

#group,false,false,false,false,false,true,true,true,true,true
#datatype,string,long,dateTime:RFC3339,dateTime:RFC3339,dateTime:RFC3339,string,string,double,string,string
#default,_result,
,result,table,_start,_stop,_time,region,host,_value,_field,_measurement
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:00Z,west,A,62.73,weight,sample
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:20Z,west,B,12.83,weight,sample
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:40Z,west,C,51.62,weight,sample

Please advice

Hi team,
i have uploaded the data successfully. But i am not able to view due to measurement fields.

Kindly help me .

Thanks!

In Influx Data Explorer, does it show any measurement fields at all? Do any of those match your CSV file? Secondly, and this is important, what is the time selector set to? If it’s last 5 minutes and your data does not cover that range, then you may not see any options that you recognize.