This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello,
I am trying to create a dynamic measure or a dynamic table that returns a list of values (based on selection of a parameter)
I wanted to know if there is a way a conditional statement such as IF, SWITCH-TRUE Combo can produce such an output?
An example for what I was trying to do:
(Engine value is a parameter for the number of engine)
Engine_missing_parts =
VAR MISSING_PARTS =
SWITCH( TRUE(),
Engine[Engine Value] = 1, CALCULATETABLE(SELECTCOLUMNS(FILTER ... ,
Engine[Engine Value] = 2, CALCULATETABLE(SELECTCOLUMNS(FILTER ... ,
etc
RETURN MISSING_PARTS
Solved! Go to Solution.
Hi @Michael_Gold ,
According to your description, we can't create a dynamic table or column changed by the parameter value, it's by design. Calculated table and column can only be computed during data refresh, it does not depend on user interaction in the report. You can refer to this blog for in-depth understanding.
However, we can create a dynamic measure based on the parameter value, I create a sample.
The measure dynamically varies with the parameter value.
I attach my sample below for reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.
Hi @Michael_Gold ,
According to your description, we can't create a dynamic table or column changed by the parameter value, it's by design. Calculated table and column can only be computed during data refresh, it does not depend on user interaction in the report. You can refer to this blog for in-depth understanding.
However, we can create a dynamic measure based on the parameter value, I create a sample.
The measure dynamically varies with the parameter value.
I attach my sample below for reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 14 | |
| 10 | |
| 10 | |
| 7 | |
| 7 |
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 28 | |
| 22 | |
| 20 |