Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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
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.
looks like with your formula i create a new table otherwise i want filter the existing one
@AlessandroBet , You can filter it like this
FilteredTable = FILTER(YourTable, RELATED(AnotherTable[AnotherColumn]) = "XXX")
For accurate solution please share more details
Proud to be a Super User! |
|
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |