Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
Please kindly assist me My Expression is not working when the [ClaimRegistered] is selected.
use this expression -
Count({<[ClaimRegistered]=,Month={"$(=Month(Max([ClaimRegistered])))"}>}[Claim Number])
sample model attached.
but working fine when not selected.
Try like:
Count({<[ClaimRegistered]=,Month={"$(=Month(Max( {1} [ClaimRegistered])))"}>}[Claim Number])