Forum Discussion
Anonymous
6 years agoNot applicable
Calculating a sum and removing duplicate values
I am trying to use a measure to calculate the sum of good parts for each item number in this list of production scrap data. The problem is that an item can have multiple reasons for scrap in a day an...
amitchandak
Super User
6 years agoYou can use concatenatex, min and max
Refer
https://docs.microsoft.com/en-us/dax/concatenatex-function-dax
Concat reason measure = concatenatex(table,table[reason])
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges
Connect on Linkedin