Ok. This may just be a rookie mistake... I have 2 tables where I am attempting to get a filtered count. Here is what I am using:
Draft = COUNTAX(FILTER(WorkOrders, RELATEDTABLE(FuelTypes[Description])="Diesel"),[WorkOrdersUniqueID])
I am getting an error that indicates that 'Description' in table 'FuelTypes' cannot be determined.
If someone could point me in the right directly, I would truely appreciate it.
Thanks!