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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 133 | |
| 88 | |
| 85 | |
| 68 | |
| 64 |