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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
shelbsassy
Resolver I
Resolver I

Calculating Member Count based on Effective/Termination Date

One of my data sources is the member roster report which has effective date termination date and enrollment status.  Up until now when we had the dashboard display static (just for the current month) I used Enrollment status of ACTIVE do do a count of members for each plan.  Now that we are continuing into February and they wnt to have the dashboard more dynamic (using the slider to see different month) then the membership count would need to be based on the enrollment date and termination date (most are null).  Just wondering if anyone has any ideas on how to do this.  Thanks so much!

2 REPLIES 2
shelbsassy
Resolver I
Resolver I

This is my thought process so far but its not working:

Column = if('Plan Enrollee Roster Report'[Effective Date] <= TODAY() & 'Plan Enrollee Roster Report'[Term Date] > TOday () || 'Plan Enrollee Roster Report'[Term Date] = BLANK(), 1,0)

Hi @shelbsassy,

 

Please elaborate your data model structure and provide us some sample data, so that we can make further analysis.

 

Regards,

Charlie Liao

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors
Top Kudoed Authors