Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
{ FIXED [Report Date],[Iw Oow Flag],[Client_Type],[Open Closed] : COUNTD([Sb Contractcall])}
Solved! Go to Solution.
You can give a try to below Dax:
=Calculate(DistinctCount(Table[Sb Contractcall]), AllExcept(Table, Table[Report Date],Table[Iw Oow Flag],Table[Client_Type],Table[Open Closed))
Hi @Mahmoodul ,
I think you might use DISTINCTCOUNT() instead of COUNT() in the formula above.
Best Regards,
Jay
@Anonymous , Thanks for this catch.
Hi @Mahmoodul ,
I think you might use DISTINCTCOUNT() instead of COUNT() in the formula above.
Best Regards,
Jay
@Anonymous , Thanks for this catch.
You can give a try to below Dax:
=Calculate(DistinctCount(Table[Sb Contractcall]), AllExcept(Table, Table[Report Date],Table[Iw Oow Flag],Table[Client_Type],Table[Open Closed))