Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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! |
|
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.