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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Experts,
I am trying to filter the ConcatenateX measure output from the related table of many side of the relationship in the many-to-one relationship. The ConcatenateX formula calculated the name of the employee and the tenure, and the Lease table has many to one relationship with the Employee table where ConcatenateX formula resides.
When I try to filter the information of the ConcatenateX formula using the Lease asset #, the ConcatenateX formula is yeilding the list of all the employees without filtering by the employee numbers which has many-to-one relationship with the employee table. I am assuming that this is due to the fact that relationship only flow in one direction from one to many side, and not the other way round. I am using Excel Power Pivot and do not have option of activating bi-directional relationship. I remember that I used relatedtable to solve this kind of issue in the past, but I'd greatly appreciate it if someone can remind me how to fix the formula below.
Thanks a lot!
Solved! Go to Solution.
Crossfilter dax function combined with Calculate solved this issue.