Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Dear all,
How to perform Distinct to this formula
Key = CONCATENATE(Bounce[Account No ],FORMAT(Bounce[MonthYr],"DD-MM-YYYY"))
Solved! Go to Solution.
@Anonymous,
Please use the following DAX.
Key = Bounce[AccountNo] & FORMAT (Bounce[MonthYr] , "DD-MM-YYYY" )
Regards,
Lydia
@Anonymous
May be
Key =
CONCATENATE (
VALUES ( Bounce[Account No ] ),
FORMAT ( VALUES ( Bounce[MonthYr] ), "DD-MM-YYYY" )
)
Dear Zubair,
Thanks for ur reply.
I am getting an error
@Anonymous
Sorry I thought its a Meausre.
What are you tyring to acheive?
Your formula looks good
Dear Zubair,
i am concatenating two columns into one.In that i want distinct.
@Anonymous,
Please use the following DAX.
Key = Bounce[AccountNo] & FORMAT (Bounce[MonthYr] , "DD-MM-YYYY" )
Regards,
Lydia
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 83 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |