Forum Discussion
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
- bhanu_gautam
Super User
AlessandroBet , You can filter it like this
FilteredTable = FILTER(YourTable, RELATED(AnotherTable[AnotherColumn]) = "XXX")
For accurate solution please share more details
- AlessandroBet
Helper V
looks like with your formula i create a new table otherwise i want filter the existing one
- AnonymousNot 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.