Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Column in table in model based on filter selection

Is it possible to populate a column in a table in the model (not viz) based on filter/slicer selection?

1 ACCEPTED SOLUTION
dax
Community Support
Community Support

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.

 

View solution in original post

3 REPLIES 3
dax
Community Support
Community Support

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.

 

amitchandak
Super User
Super User

@Greg_Deckler , has already explained. You can also refer to these

https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/

https://www.youtube.com/watch?v=SVEGfqCTodc

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Greg_Deckler
Community Champion
Community Champion

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.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors