Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a calculated column named "Age_Month", which is the how old a part is, in months. I want to create a custom column that adds the result of "Age_Month" to the value of a parameter. What am I doing wrong?
Solved! Go to Solution.
1) You must use Measures instead of Calculated Column.
Calculated Columns are not dynamic (Its value will not change with your Slicer value selection).
2) Use SELECTEDVALUE():
Adjusted_Age_Month = Combined_Inventory[Age_Month] + SELECTEDVALUE('Add Month'[Add Month Value]).
Regards!
1) You must use Measures instead of Calculated Column.
Calculated Columns are not dynamic (Its value will not change with your Slicer value selection).
2) Use SELECTEDVALUE():
Adjusted_Age_Month = Combined_Inventory[Age_Month] + SELECTEDVALUE('Add Month'[Add Month Value]).
Regards!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |