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! Request now
Hi, in Query Editor, select the 2 columns and go to Remove Rows - Remove Duplicates.
Regards
Victor
Lima - Peru
With DAX, you can use the "ALL" function to get unique combination of Rows.
From the Modelling Tab, select NEW TABLE and use this formula
NewTable= ALL(TableName[Customer] , TableName[Product])
@MarianneElver not sure if I undertand clearly what you want. How the null get to the second table? Are you looking just for a unique entry for each combination customer/Product ? if is that the case follow @Vvelarde suggestion. If not ,please provide more details.
With DAX, you can use the "ALL" function to get unique combination of Rows.
From the Modelling Tab, select NEW TABLE and use this formula
NewTable= ALL(TableName[Customer] , TableName[Product])
Hi, in Query Editor, select the 2 columns and go to Remove Rows - Remove Duplicates.
Regards
Victor
Lima - Peru
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!