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.
Hello,
I need assistance in filtering the data without a direct relationship between tables. We have three tables:
I need to develop a report that shows the Sales amount and Sales quantity for each sales representative based on multiple relative time selections made in the slicer. It should look something like this.
I set up the relationships between the tables as described below, but the filter isn't working, and I can't use the Sales and RelativeTime fields in the matrix because they aren't directly related.
I can't create a relationship between Sales (date) and RelativeTime (date) because of a many-to-many relationship. To solve this, I added a Time table with distinct dates and linked both Sales and RelativeTime to it. Unfortunately, this hasn't resolved the issue.
Sample Data :
Please help me figure out how to filter and display the data effectively under these conditions. Any recommendations are appreciated
Solved! Go to Solution.
This is one of the few occassions when you want to use a bidirectional filter. Make the relationship between Time and Relative Time bidirectional, so that when you place a filter on Relative Time that filter will reach the Time table, and ultimately Sales.
This is one of the few occassions when you want to use a bidirectional filter. Make the relationship between Time and Relative Time bidirectional, so that when you place a filter on Relative Time that filter will reach the Time table, and ultimately Sales.
Thank you. It worked.
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |