- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Filtering a Table from Unconnected table
Please see attached PBIX
https://1drv.ms/u/s!AlMdRxAveLesgegBXfqFY0rPLElZcA?e=bcP2cP
Here is my simple dataset:
Name | Days from Closed Date | ||
A | 15 | ||
B | 87 | ||
C | 101 | ||
D | 190 | ||
E | 280 | ||
F | 590 | ||
I want to filter table by a Period table
Here are the expected results:
1. If Period 28 days (<= 28 days) days Selected,
Name | Days from Closed Date | ||
A | 15 |
2. If Period 3 Months (<= 90 days) Selected
Name | Days from Closed Date | |
A | 15 | |
B | 87 |
3. If Period 1 Year (<= 365 days) is Selected
Name | Days from Closed Date |
A | 15 |
B | 87 |
C | 101 |
D | 190 |
E | 280 |
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @arikofather - When selecting a period from an unconnected table (Table B) filters the data from Table A,
I have create a measure for selected period B
Create another measure that determines if the rows in Table A should be displayed based selection period as below:
Choose a table chart, apply the visual level filter by using a measure ShowRows is 1
add period field on report with slicer chart and select the conditions, it works as expected. please check
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @arikofather - When selecting a period from an unconnected table (Table B) filters the data from Table A,
I have create a measure for selected period B
Create another measure that determines if the rows in Table A should be displayed based selection period as below:
Choose a table chart, apply the visual level filter by using a measure ShowRows is 1
add period field on report with slicer chart and select the conditions, it works as expected. please check
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
Anonymous
| 11-30-2020 08:37 AM | ||
05-01-2024 03:13 AM | |||
04-22-2024 10:40 AM | |||
06-28-2024 07:24 PM | |||
06-26-2024 11:22 AM |
User | Count |
---|---|
83 | |
79 | |
53 | |
39 | |
37 |
User | Count |
---|---|
104 | |
85 | |
47 | |
43 | |
42 |