March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Register NowGet certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Solved! Go to Solution.
@Anonymous,
You may simply try the measure below.
Measure = COUNTROWS ( FILTER ( Final, SEARCH ( "RCA", Final[Title], 1, 0 ) = 0 && Final[Client] = "NSE" && Final[Status] = "In-Progress" ) )
@Anonymous,
You may simply try the measure below.
Measure = COUNTROWS ( FILTER ( Final, SEARCH ( "RCA", Final[Title], 1, 0 ) = 0 && Final[Client] = "NSE" && Final[Status] = "In-Progress" ) )
User | Count |
---|---|
122 | |
97 | |
89 | |
76 | |
68 |
User | Count |
---|---|
139 | |
115 | |
114 | |
98 | |
98 |