Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Sathvikakurli
Frequent Visitor

Finding Intersection between two columns

How do I find the intersection between empId's based on baseline month(both Columns from one table) .
Example: here 783746 this employee have Dec, Jan and Feb months if i select baseline month as feb have show only this employee

EmpID's

Baseline month

456476

Jan 2024

783746

Feb 2024

835575

Jan 2024

635466

Dec 2023

836475

Dec 2023

735497

Jan 2024

646557

Jan 2024

783746

Jan 2024

635466

Feb 2024

456476

Feb 2024

783746

Dec 2023

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, @Sathvikakurli 

You can use slicers and table visuals to select a month and display the employees for that month. Based on your data:

vjianpengmsft_0-1708565940094.png

You need to create a slicer and put the month in BaseLine month into the field of the slicer (if Month is not found in your BaseLine month, you need to open the Date hierarchy as shown below):

vjianpengmsft_1-1708566203112.png

Place EmpID's, Baseline month in the columns of table visual:

vjianpengmsft_2-1708566793974.png

Click on a month through the slicer, and the table visual will display the EmpID's of the corresponding month.

vjianpengmsft_3-1708566945811.png

You can also define more advanced filtering capabilities in the Filters sidebar. If the above tips help you, that's great.

 

 

 

 

How to Get Your Question Answered Quickly

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi, @Sathvikakurli 

You can use slicers and table visuals to select a month and display the employees for that month. Based on your data:

vjianpengmsft_0-1708565940094.png

You need to create a slicer and put the month in BaseLine month into the field of the slicer (if Month is not found in your BaseLine month, you need to open the Date hierarchy as shown below):

vjianpengmsft_1-1708566203112.png

Place EmpID's, Baseline month in the columns of table visual:

vjianpengmsft_2-1708566793974.png

Click on a month through the slicer, and the table visual will display the EmpID's of the corresponding month.

vjianpengmsft_3-1708566945811.png

You can also define more advanced filtering capabilities in the Filters sidebar. If the above tips help you, that's great.

 

 

 

 

How to Get Your Question Answered Quickly

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors