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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
AlessandroBet
Helper V
Helper V

Filtering existing table with column values "XXX" using DAX code

Hi,

 

i want to filter existng table with column values "XXX" using DAX code

The existing column to filter is created with "Related" command

 

Thanks

3 REPLIES 3
Anonymous
Not applicable

Hi @AlessandroBet 

Is your requirement just to filter the values in the column? If so, you can try using a filter or slicer to filter the results you need. If you have further requirements, please clarify.

 

Add a filter to a report in Power BI - Power BI | Microsoft Learn

Slicers in Power BI - Power BI | Microsoft Learn

 

 

 

 

Best Regards,

Jayleny

 

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

AlessandroBet
Helper V
Helper V

looks like with your formula i create a new table otherwise i want filter the existing one

bhanu_gautam
Super User
Super User

@AlessandroBet , You can filter it like this

 

FilteredTable = FILTER(YourTable, RELATED(AnotherTable[AnotherColumn]) = "XXX")

 

For accurate solution please share more details 




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.