Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hello everyone 😁,
In the scope of my project I created a what if parameter and got a new table (for example, table A)with a column (containing the values I chose and a measure that maintains the value, which will be chosen by the user.
I also have another table of the data I imported (for example, table B)
The next step I want to do is to create a new column in my table B using the MROUND function in this way:
NEW COLUMN-MROUND(TableB[Column]; TableA[measure])
Obviously I can't do this because one argument is a column and the other is a measure. So the question is:
HOW CAN I DYNAMICALLY CHOOSE THE VALUES OF A COLUMN FOR A VALUE THAT IS CHOSEN BY THE USER???
Thank you in advance.
Solved! Go to Solution.
HI @Anonymous,
Nope, current you can't create dynamic calculate column/table based filter/slicer.
For measure formulas, they are expressions that calculates based on aggregated row contents. ( its row contents will be fixed when you try ot use it in a calculated column and not interact with filters)
Regards,
Xiaoxin Sheng
HI @Anonymous,
Nope, current you can't create dynamic calculate column/table based filter/slicer.
For measure formulas, they are expressions that calculates based on aggregated row contents. ( its row contents will be fixed when you try ot use it in a calculated column and not interact with filters)
Regards,
Xiaoxin Sheng
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 37 | |
| 30 | |
| 26 |