Quantcast
Channel: Developer topics
Viewing all articles
Browse latest Browse all 17907

Reachni the text field from filter

$
0
0

Hi,

i wanna get the text in group name automatically with a filter groupname , there is way guys ??

IThelpdesk = CALCULATE (
        COUNT ( ENPS[CallID] );
        FILTER (
            ALLSELECTED(ENPS);
            ENPS[NewColumn.RecvdDate] <= [Date]
                && (
                   ENPS[NewColumn.ClosedDate] > [Date]
                        || ISBLANK ( ENPS[NewColumn.ClosedDate] )
                )
        && (ENPS[GroupName]="ENPS EMEA IT Helpdesk")
    ) )

 


Viewing all articles
Browse latest Browse all 17907

Trending Articles