Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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")
) )
@kafil10 wrote:
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")
) )
That DAX formula looks good, have you encountered any problem?
@kafil10 wrote:
I need to get it automatically with the filter pane you know !!
What do you mean "get it with the filter pane"? The filter applied in DAX won't reflect in the filter panel.
@Eric_Zhang
what i want man is when i chek the group name like this it will change the graph above with rectifying the formula.
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")
) )
User | Count |
---|---|
9 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
11 | |
3 | |
2 | |
2 | |
2 |