March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi
I have written the IF condition and values are coming with duplicate record then on top that I have one more column for Concatenate (comma) seperated but it showing multiple repeated values but it suppose to show unique values.
Expecting result should be like Col Name: Values(A1, A2, A3..) without repeating again same value.
Ex:
Dax Function I have written
Thanks
Solved! Go to Solution.
Hi @vinod57901 ,
You can update the formula of measure [Concatenated Bu Org Final] as below:
Concatenated Bu Org Final =
CONCATENATEX (
GROUPBY (
'Opportunities',
'Opportunities'[Vertical Market],
Opportunities[Bu Org Final]
),
Opportunities[Bu Org Final],
"; "
)
Best Regards
Hi @vinod57901 ,
You can update the formula of measure [Concatenated Bu Org Final] as below:
Concatenated Bu Org Final =
CONCATENATEX (
GROUPBY (
'Opportunities',
'Opportunities'[Vertical Market],
Opportunities[Bu Org Final]
),
Opportunities[Bu Org Final],
"; "
)
Best Regards
Thanks for your help.. Its near about the solution ...!!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
6 | |
3 | |
3 | |
2 | |
2 |