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
Hello
I'm doing custom table with select columns in dax calculations and when creating relationship sales, products , order gives me many-many options , so how can i check and remove duplicates from custom table. so relationship will many to one between fact & custom dim.
Table =
Var _Sales = selectcolumns(Actuals,"ID", ]Activity_Id],"Name", ]Activity_Name])
Var _Products = selectcolumns(Actuals,"ID", ]Activity_Id],"Name", ]Activity_Name])
Var _Orders = selectcolumns(Actuals,"ID", ]Activity_Id],"Name", ]Activity_Name])
Var _Vunion = distinct (union( _Sales, _Products,_Orders)
return _Vunion
thanks
vs
Solved! Go to Solution.
Hi, @refint650
I have created some new data and the attempt with your formula was successful. What other problems did you encounter? Is it convenient to provide some of the example data? Sensitive data can be removed in advance.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @refint650
I have created some new data and the attempt with your formula was successful. What other problems did you encounter? Is it convenient to provide some of the example data? Sensitive data can be removed in advance.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Please have a look to the below post, it seems the common issue :
https://community.powerbi.com/t5/Desktop/DISTINCT-UNION-amp-Summarized-Combined/m-p/895815#M429434
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.