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
Is it possible to populate a column in a table in the model (not viz) based on filter/slicer selection?
Solved! Go to Solution.
Hi @Anonymous ,
As mentioned above, we couldn't use slicer and filter to control the calculated column, this will affect the measure and visual. If you want to dynamic filter the data in model, I think you could use parameter in model. You could refer to using-parameters-in-power-bi and deep-dive-into-query-parameters-and-power-bi-templates for details.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
As mentioned above, we couldn't use slicer and filter to control the calculated column, this will affect the measure and visual. If you want to dynamic filter the data in model, I think you could use parameter in model. You could refer to using-parameters-in-power-bi and deep-dive-into-query-parameters-and-power-bi-templates for details.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Greg_Deckler , has already explained. You can also refer to these
https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/
No, and the reason is that tables and columns are calculated at the time of data load. Thus, after data load they are static and not dynamic based upon user interactions. You could however create a measure that created a dynamic table variable using VAR that was based upon that slicer selection and then use it in some manner.
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.