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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors