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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.