The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I ve written dax
Solved! Go to Solution.
Hi,
I am not sure if I understood your question correctly, but please try the below whether it suits your requirement.
Touch up Yield =
VAR Touchup =
FILTER ( TJob, TJob[SekundærNavn] = "Touch up" )
RETURN
DIVIDE ( SUMX ( Touchup, TJob[FirstPassQty] ), SUMX ( Touchup, TJob[Antal] ) )
Both solution are working great!
Thank you both of you for quick answer
Hi,
I am not sure if I understood your question correctly, but please try the below whether it suits your requirement.
Touch up Yield =
VAR Touchup =
FILTER ( TJob, TJob[SekundærNavn] = "Touch up" )
RETURN
DIVIDE ( SUMX ( Touchup, TJob[FirstPassQty] ), SUMX ( Touchup, TJob[Antal] ) )
User | Count |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
20 | |
15 | |
14 | |
10 | |
7 |