Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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 and the system repeats the number of good parts for each reason.
Can I get the measure to use the average or max value of good parts for each item per day in the sum?
Thanks!
You 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
Hey @Anonymous
You just need to embed a DISTINCT function (https://docs.microsoft.com/en-us/dax/distinct-function-dax) in each of your MAX, AVERAGE, and SUM measures.
Hey @Tad17
Thanks for the reply, so would the best way to go about this be to get the max value for each day in one measure then, then sum that.
=MAX(DISTINCT([Good Parts])) .
I assume I would nest that in a CALCULATE() function but what filter would make sure it looks at each day individually?
Hey @Anonymous
Yes. Check out the thread below for more guidance:
https://community.powerbi.com/t5/Desktop/Return-MAX-of-a-Distinct-Count-per-Category/td-p/557977
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
56 | |
56 | |
38 | |
29 |
User | Count |
---|---|
75 | |
62 | |
45 | |
40 | |
39 |