Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi
I am using CONCATENATEX to concatenate customer numbers from 1 column but using USERELATIONSHIP to point to another date column to ensure all the required customer numbers are being puled through.
However the DAX measure will return duplicate values and I would appreciate some assistance to be able to show only distinct values in this list.
Thanks for taking the time to stop by and read my query.
Here is the DAX measure I am using:
Customer.Nos =
CONCATENATEX(
TblIDRP,TblIDRP[Customer Number],
", ",
TblIDRP[Customer Number],
ASC
) & ", " &
CALCULATE(
CONCATENATEX(
TblIDRP,TblIDRP[Customer Number],
", ",
TblIDRP[Customer Number],
ASC
),
USERELATIONSHIP( TblIDRP[Date Trustee Decision Sent], DimDate[Date]))
As always, any assistance is greatly appreciated.
Paul
@PaulMac , Why are you using the customer name 4 times,
it should like
calculate(
CONCATENATEX(Summarize(TblIDRP,TblIDRP[Customer Number]) ,TblIDRP[Customer Number],",", ASC),
USERELATIONSHIP( TblIDRP[Date Trustee Decision Sent], DimDate[Date]))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
142 | |
71 | |
64 | |
52 | |
50 |
User | Count |
---|---|
208 | |
91 | |
62 | |
59 | |
56 |