Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
| User | Count |
|---|---|
| 52 | |
| 41 | |
| 32 | |
| 15 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 72 | |
| 37 | |
| 27 | |
| 24 |