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
linkguic
Regular Visitor

Can DAX Filter support dynamics filter expression

Hi experts,

 

I try to dynamics filter table results and show as another table.

 

Basically, i would like to create a new table "FT" using filter function, filter on table 'Original' with a dynamics filter expression on what i selected for able mySelection

 

FT = filter('Original','Original'[key] = SELECTEDVALUE(mySelection[Key])) 

 

But, it seems the PowerBI does not show the expected results.

If i change the filter expression to static one --- 'Original'[key] = "static selection", it works

 

Any idea?

 

How could i achieve such dynamic filtering?

 

Thanks

Rake

1 REPLY 1
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi Rake,

 

I'm afraid we can't do that for now. The calculated table can't be filtered dynamically.

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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