March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all,
In dire need of help here. I have a HR dataset that contains Employee ID, Hiring Date, and Termination date. I am being asked to calculate total headcount from November 2020 until April 2021.
The image shown below is the datamodel that I have created within PowerPivot/Power Query/InExcel. Please do not pay attention to the All_Data. This is irrelevant. The main focus is the Employee_Key with all relevant informaiton, and the dynamic Date table created. How can I go about creating a pivot table that shows month to month, the total headcount based on the hiring and term?
I would appreciate any help and insight I could get here.
Thank you.
You need to do the following at least:
Termination Date =
CALCULATE(
COUNTROWS( EMPLOYEE_KEY ),
USERELATIONSHIP ( EMPLOYEE_KEY[Termination Date], Date[Date] )
)
If that isn't what you need @Anonymous please post sample non-confidential data for us to use per these links.
How to get good help fast. Help us help you.
How To Ask A Technical Question If you Really Want An Answer
How to Get Your Question Answered Quickly - Give us a good and concise explanation
How to provide sample data in the Power BI Forum - Provide data in a table format per the link, or share an Excel/CSV file via OneDrive, Dropbox, etc.. Provide expected output using a screenshot of Excel or other image. Do not provide a screenshot of the source data. I cannot paste an image into Power BI tables.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingMarch 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
15 | |
12 | |
9 | |
8 |
User | Count |
---|---|
41 | |
32 | |
29 | |
12 | |
12 |