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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors