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.
I want to be able to get a count of records where StartDate is less than (slider value) and EndDate is greater than (slider value) OR EndDate is blank. I got as far as setting up the sliders, but how do I incorporate the OR statement for the EndDate?
Solved! Go to Solution.
Use COALESCE() to catch the scenario when the end date is blank.
Thank you!!
Use COALESCE() to catch the scenario when the end date is blank.