Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
13 | |
11 | |
10 | |
9 |
User | Count |
---|---|
18 | |
14 | |
14 | |
13 | |
12 |