Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Need help for Dax expression

Hi, I need to implement the below logic in DAX   If Direction = Inbound then COUNT DISTINCT (GS_SENDER_ID) else If Direction = Outbound then COUNT DISTINCT (GS_RECEIVER_ID)   and I have written ...