Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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!
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