Hi,
I have a calculated field,
{Exclude [Subject]:Count({ INCLUDE [Subject_visi] : COUNTD(SV_IIP_ID) })}
I am unable to drag this field onto filters shelf.how to make this as a filter
Thanks,
Aditya
1 answer

Hello Aditya,
In order to add this onto the Filter Shelf, it needs to be aggregated
Depending on your situation, you could wrap an ATTR around it
ATTR({Exclude [Subject]:Count({ INCLUDE [Subject_visi] : COUNTD(SV_IIP_ID) })})
Or some other regular aggregate. But it needs to be aggregated in order for you to filter.
Regards,
Rody