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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Filtering on the base of Employee ID only

Hi Team,

I have a requirement of filtering below table only on the base of Employee ID

Emp Id Start TimeEnd TimeHours 
61289612/4/2017  5:33:00 PM`12/5/2017 15:5212
61289612/6/2017  4:23:00 PM`12/7/2017 13:5210

 

When I click on Emp Id row , the value I get in other table should be all rows for 612896, but it gets filtered for all column values and not only Emp Id.

I am getting below 

Emp IdProduction DateHours
61289612/5/201712

 

while I am expecting the result as :

Emp IdProduction DateHours
61289612/5/201712
61289612/6/201710

 

How to make sure the filter is applied only on Emp ID and NOT all columns?

 

Thanks

Swapnil

5 REPLIES 5
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

Add an employee Table which contains all the unique [Employee ID], create relationship on this column and drag it to table visual.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Yes I have created employee master and using employee ID from this table , still it filters for a whole row(i.e. all column values in that row). While I just wanted to filter only on Employee ID.

@Anonymous,

 

Check the relationship between tables.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Phil_Seamark
Microsoft Employee
Microsoft Employee

Hi @Anonymous

 

One option is to use a slicer that only uses the Employee as it's value. 


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Anonymous
Not applicable

How can more than 1 column be selected in slicer... as I wanted to dipslay in tabular format.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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