March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have been struggling to figure out the proper logic to arrive at the correct value.
I need to determine the Rejected Rate of Parts per Inspector:
Rejected QTY / QTY of Parts
Since both QtyParts and QtyRejected are summarized columns I figured the function would be as simple as this
Any help would be appreciated.
Ben
Solved! Go to Solution.
@Anonymous , I think you need a measure like
Reject Rate = divide(sum(TroyCert[QtyRejected]),sum(TroyCert[QtyInspected]))
You are a life saver @amitchandak! I thought i tried this already but apparently not. Works as antivipated.
Best Regards,
Ben
@Anonymous , I think you need a measure like
Reject Rate = divide(sum(TroyCert[QtyRejected]),sum(TroyCert[QtyInspected]))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
86 | |
70 | |
51 |
User | Count |
---|---|
206 | |
150 | |
97 | |
78 | |
69 |