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
Hi,
is there a way to fix this currently i need to combine this measure into 1
the correct out put is Measure which is 64.9
currently im using variable to call the Measure
Solved! Go to Solution.
@Easley08
You cannot use a variable (ans) inside an interation as the variable once assigned behaves like a constant.
Use this meaure:
Finished Lead Cost ULAB1 =
AVERAGEX (
VALUES ( 'Calendar Table'[Date] ),
CALCULATE (
DIVIDE ( [ULAB Buying PHP/kg], AVERAGE ( pb_percent[pb_ulab] ), 0 )
+ SUM ( raw_mats[ulab_php_conversion_cost_kg] ) - [Plastic Savings / kg]
)
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Easley08
You cannot use a variable (ans) inside an interation as the variable once assigned behaves like a constant.
Use this meaure:
Finished Lead Cost ULAB1 =
AVERAGEX (
VALUES ( 'Calendar Table'[Date] ),
CALCULATE (
DIVIDE ( [ULAB Buying PHP/kg], AVERAGE ( pb_percent[pb_ulab] ), 0 )
+ SUM ( raw_mats[ulab_php_conversion_cost_kg] ) - [Plastic Savings / kg]
)
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
thanks it works i used this measure also but without the calculate thats why im getting the wrong total.
@Easley08
Yes, you need the CALCUALTE here to do the context-transition.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
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 |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 10 | |
| 10 | |
| 8 | |
| 8 |