Forum Discussion
Anonymous
8 years agoNot applicable
Loading Distinct records
Dear all, How to perform Distinct to this formula Key = CONCATENATE(Bounce[Account No ],FORMAT(Bounce[MonthYr],"DD-MM-YYYY"))
- Anonymous8 years ago
Anonymous,
Please use the following DAX.Key = Bounce[AccountNo] & FORMAT (Bounce[MonthYr] , "DD-MM-YYYY" )
Regards,
Lydia
Zubair_Muhammad
8 years agoCommunity Champion
Anonymous
Sorry I thought its a Meausre.
What are you tyring to acheive?
Your formula looks good
Anonymous
8 years agoNot applicable
Dear Zubair,
i am concatenating two columns into one.In that i want distinct.
- Anonymous8 years agoNot applicable
Anonymous,
Please use the following DAX.Key = Bounce[AccountNo] & FORMAT (Bounce[MonthYr] , "DD-MM-YYYY" )
Regards,
Lydia