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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
bwaetford
Frequent Visitor

HR Data - Slowly Changing Dimensions

I am working on an HR report and have a type 2/slowly changing table called employee_data (the table has a "from date" and "to date").  data changes per employee infrequently, but when data changes the employee gets a new row where from date = the date the transaction is entered, and to date = a date in the very distant future. The employees previous row is updated with the 'to date' being the day prior to the new row. I also have a date table with one row per day. 

 

I'd like to create a report that shows the count of employees per month, but dont seem to be able to find a way to create a join from the date dimension to the employee dimension using "between".

 

Any suggestions on how to best achieve a join from a slowly changing dimension to a date dimension such that if the month grain is chosen in a report, that the employee is counted every month for which they have a valid record (based on the from and to dates)?

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@bwaetford,

Please check if the DAX in attached PBIX file returns your expected result. If not, please share sample data of your table and post expected result here.



Regards,
Lydia

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

@bwaetford,

Please check if the DAX in attached PBIX file returns your expected result. If not, please share sample data of your table and post expected result here.



Regards,
Lydia

Anonymous
Not applicable

Hi @Anonymous thank you for this post. 

I tried out this solution and found it works well.

How would you include time in this? as either time by its self or with date...

Great help. Thanks!

Anonymous
Not applicable

@bwaetford,

If my method solves your issue, please accept my reply as solution to close this thread.

Regards,
Lydia

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors