Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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 ...!!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
41 | |
4 | |
4 | |
3 | |
3 |