Forum Discussion
How to combine two columns as one column with unique value
Hello
I tried as you suggested unfortunately I am getting duplicate records.
I have so many columns, I implemented as you suggested, first column showing value and second column showing null, Second column showing values, first column is showing null. And because of this records are duplication.
Is there any way?
Avian
Hello
Can anyone please help on my above question
Avian
- SamInogic3 years ago
Super User
Hi avi081265 ,
You can use the DISTINCT DAX function in Power BI.
To retain unique cells, you'll need to create a new table. Refer to the DAX expression provided below:
New Table = DISTINCT( UNION( ALL('Sample Table'[Fruits]), ALL('Sample Table'[Another Fruits]) ) )
If this doesn't solve the issue, please share the current and expected output with us, ensuring sensitive data is obscured.
Thanks!
Inogic Professional Services Division
Power Platform and Microsoft Dynamics 365 CRM Development – All under one roof!
Drop an email at [email protected]
Services: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/