The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.