Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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] ) )
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |