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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Filtering table based on Measure result

Hello,

this is my first week working in Power Bi, and I am facing some basic issues you'd maybe help me with.

 

I have a table listing a series of activities, each with the start/end dates and the assigned resource.

I want to know for each week how many activities/resources are used. So I created the following measure which seems to work fine.

 

 

 

ResourceByDate = COUNTROWS(FILTER(Resources,Resources[Start]<=MAX('Calendar'[Date]) && Resources[Finish]>MIN('Calendar'[Date])))

 

 

 

 

Now the problem is that I would like that when I click on a particular week on the top table, I can see in the bottom table only the activities happening that particular week.

Screenshot1.png

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , refer my HR blog and attached file on a similar topic

https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thank you @amitchandak , I tried with your file but I got a similar issue. 

 

In your file, if I select a date from the Trends view, the resources selected are the ones just hired in that date (hired employees).

 

What I am trying to do is to see the list of the "current Emplyees". For example if I select June 2015, I want to get 8 employees, whilst now I am gettin only the 2 that just started.

 

This is due to the fact that the active relationship is between Start Date and Date.

 

 

Screenshot2.png

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors