The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
20 | |
8 | |
7 | |
7 | |
6 |
User | Count |
---|---|
28 | |
13 | |
12 | |
9 | |
8 |