I have a table which i have created from Power Pivot.
Im trying to apply a filter to the pivottable however it is constantly coming up with this error:

its driving me crazy as it seems so simple yet wont work no matter what i try.
Everything online states this should work... Yet it doesnt at all.
ThisWorkbook.Sheets("DATA").PivotTables("VQ_Table").PivotFields( _
"[VQ_Table].[TM Name].[TM Name]").VisibleItemsList = Array("TM Name Here")
Please can someone advise? Thanks in advance.
Make sure that a specified pivot fields object exists.
Try to iterate over all pivot fields and write down their names.