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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Active Head Count

Hi Team,

Hope you all are doing well.

Here is my data sample

amitkumar93_0-1653406616218.png

 


I am calculating active headcount by month by this DAX code


ACTIVE HEAD COUNT BY MONTH =
VAR currentmonth = MAX('CALENDAR'[MONTH])
VAR RESULT=
CALCULATE(DISTINCTCOUNT(Sheet1[EID]),FILTER(Sheet1,Sheet1[Hire Month]<=currentmonth && OR(ISBLANK(Sheet1[Resign Month]),Sheet1[Resign Month]>currentmonth)))
Return
RESULT

I am getting correct no by when i am putting Calendar[Month] column in the chart/table.
I want to calculate this by Year, Quarter, Month and Day so that i can show it by Date Hierachy (year - drill down - Quarter - drill down - Month - drill down - day) in same chart.

Can you guys help me achieve this?

Thanks

1 ACCEPTED SOLUTION
6 REPLIES 6
Ashish_Mathur
Super User
Super User

Hi,

My proposed solution will work if you want to drill down only up to the Month level.  If you wish to go upto the Day level, my solution will be inefficient.  Would you be OK in drilling pnly up to the month level? 


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Hi Ashish,

Thank you for replying.

I am ok with drilling only up to month level.

Thanks

Hi,

I believe Amit has already anwered your question.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Yes,

Thank you for your time 🙂

amitchandak
Super User
Super User
Anonymous
Not applicable

Hi @amitchandak ,

I went through the blog and looks like it is working for me.

Thank you..

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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