Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 ReportingCheck out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.